Hi guys, I've found a but in sqlbuilder.Select (tracker #1764739), I've patch it locally like this:
- if self.ops['limit'] is not NoDefault: - end = start + limit + if self.ops['limit'] not in (NoDefault, None): + end = start + self.ops['limit'] Should (could) I save this to the repository or should I add it as patch? I like to continue helping out. /Johan ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss