Skip to content

Commit

Permalink
Export :db-null from postmodern
Browse files Browse the repository at this point in the history
It makes using a postmodern s-sql call to create a table easier e.g

    (pomo:query (:create-table 'update_tracking ((data-available
                                                   :type (or boolean db-null)))))

instead of:

    (pomo:query (:create-table 'update_tracking ((data-available
                                                   :type (or boolean s-sql:db-null)))))
  • Loading branch information
sabracrolleton committed Nov 11, 2020
1 parent cecd6bd commit 027c5ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postmodern/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
#:sql-error
#:from-sql-name
#:to-sql-name
#:db-null

;; Condition type from cl-postgres
#:database-error
Expand Down

0 comments on commit 027c5ec

Please sign in to comment.