From marijnh at gmail.com Thu Jun 27 06:16:21 2013 From: marijnh at gmail.com (Marijn Haverbeke) Date: Thu, 27 Jun 2013 08:16:21 +0200 Subject: [PATCH] Add missing closing parent in example In-Reply-To: <1372275901-19826-1-git-send-email-julien@danjou.info> References: <1372275901-19826-1-git-send-email-julien@danjou.info> Message-ID: Thanks! Applied as https://github.com/marijnh/Postmodern/commit/ec537f72393e1032853b78e0b7b4d0ff98632a02 On Wed, Jun 26, 2013 at 9:45 PM, Julien Danjou wrote: > --- > doc/s-sql.html | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/s-sql.html b/doc/s-sql.html > index a6b0bad..7a8476a 100644 > --- a/doc/s-sql.html > +++ b/doc/s-sql.html > @@ -595,7 +595,7 @@ > (age :type integer) > (address :type (or db-null string) :references (important-addresses :cascade :cascade)) > (fatal-weakness :type text :default "None") > - (identifying-color :type (string 20) :unique t) > + (identifying-color :type (string 20) :unique t)) > (:foreign-key (identifying-color) (colors name)) > (:constraint enemy-age-check :check (:> 'age 12))) > > -- > 1.8.3.1 > > From julien at danjou.info Wed Jun 26 19:45:01 2013 From: julien at danjou.info (Julien Danjou) Date: Wed, 26 Jun 2013 21:45:01 +0200 Subject: [PATCH] Add missing closing parent in example Message-ID: <1372275901-19826-1-git-send-email-julien@danjou.info> --- doc/s-sql.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/s-sql.html b/doc/s-sql.html index a6b0bad..7a8476a 100644 --- a/doc/s-sql.html +++ b/doc/s-sql.html @@ -595,7 +595,7 @@ (age :type integer) (address :type (or db-null string) :references (important-addresses :cascade :cascade)) (fatal-weakness :type text :default "None") - (identifying-color :type (string 20) :unique t) + (identifying-color :type (string 20) :unique t)) (:foreign-key (identifying-color) (colors name)) (:constraint enemy-age-check :check (:> 'age 12))) -- 1.8.3.1