From: SourceForge.net <no...@so...> - 2004-07-27 21:34:30
|
Bugs item #999017, was opened at 2004-07-27 14:31 Message generated for change (Comment added) made by kingb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505345&aid=999017&group_id=63836 Category: Output: CreateDBAPI Group: v0.2 >Status: Closed >Resolution: Fixed Priority: 9 Submitted By: Brandon King (kingb) Assigned to: Brandon King (kingb) Summary: SELECT * FROM table WHERE table_pk = None Error Initial Comment: When ever an sql statement like 'SELECT * FROM table WHERE table_pk = None' shows up, it throws an annoying error message, it should not even attempt to run the sql statement, and instead return an empty list. ---------------------------------------------------------------------- >Comment By: Brandon King (kingb) Date: 2004-07-27 14:34 Message: Logged In: YES user_id=552216 Fixed with dbAPI.py version 1.42. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505345&aid=999017&group_id=63836 |