[postmodern-devel] db-null problem

Marijn Haverbeke marijnh at gmail.com
Fri Jun 13 03:29:56 UTC 2008


Hey Roman,

Try using pomo:db-null instead!

Cheers,
Marijn


On 6/9/08, Roman Budzianowski <superdog at budzianowski.net> wrote:
> There seems to be a problem with exporting of 'db-null type:
>
>  CL-USER> (pomo:sql (:create-table foo
>         ((age :type (or db-null integer) :default :null))))
>  "CREATE TABLE foo (age OR NOT NULL DEFAULT NULL)"  =========> error!
>
>  CL-USER> (in-package :pomo)
>  #<The POSTMODERN package>
>  POMO> (pomo:sql (:create-table foo
>         ((age :type (or db-null integer) :default :null))))
>  "CREATE TABLE foo (age INTEGER DEFAULT NULL)"
>  POMO>
>
>  Roman
>  _______________________________________________
>  postmodern-devel mailing list
>  postmodern-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel
>



More information about the postmodern-devel mailing list