-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Postmodern/cl-postgres now returns an empty array if Postgresql returns an empty array. The previous behavior had been to return nil, but I have been convinced by a user to make this change.
- Loading branch information
1 parent
8997ceb
commit 34718bf
Showing
10 changed files
with
228 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
:author "Marijn Haverbeke <[email protected]>" | ||
:maintainer "Sabra Crolleton <[email protected]>" | ||
:license "zlib" | ||
:version "1.33.5" | ||
:version "1.33.6" | ||
:depends-on ("md5" "split-sequence" "ironclad" "cl-base64" "uax-15" | ||
(:feature (:or :allegro :ccl :clisp :genera | ||
:armedbear :cmucl :lispworks) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.