Commits : Listings

  Analyzed 1 day ago based on code collected 1 day ago.
Showing page 1 of 4
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added module doc Anon32 More... about 6 years ago
Updated copyrights Anon32 More... about 6 years ago
add SQLite3 backend support Avatar
Julien Danjou
as jdanjou
More... about 6 years ago
- Connect to database if we call whereAdd() Avatar
Julien Danjou
as jdanjou
More... about 6 years ago
Added support for cursors arguments (args, kwargs). Anon32 More... about 6 years ago
Only replace '%' by '%%' in whereAdd cond (for LIKE) if substr_format is '%s' Anon32 More... about 6 years ago
Removed useless namespaces Anon32 More... about 6 years ago
Removed executable property from file generator.py Anon32 More... about 6 years ago
Embed the generator into the library Anon32 More... about 6 years ago
Now using setuptools to build package. Anon32 More... about 6 years ago
A lot of typo fix. Anon32 More... about 6 years ago
Bugfix: DBDataObject.keys() must return self.__data.keys() instead of real table field names in case of SELECT AS Anon32 More... about 6 years ago
Bugfix in fetch() method: if database object is None, try to create it instead of returning False Anon32 More... over 6 years ago
Code clean up. Anon32 More... over 6 years ago
Also exporting deprecated function getDataObject() and all registered classes Anon32 More... over 6 years ago
Bugfix in MySQL backend: don't use db_name for getting database structure since it is not necessary the real db_name Anon32 More... over 6 years ago
Moved connect() code to base Database class Anon32 More... over 6 years ago
Moved dsn extraction to Database base class Anon32 More... over 6 years ago
Code cleanup Anon32 More... over 6 years ago
Added getLink() method to dataobject class (See Pear documentation for details). Anon32 More... over 6 years ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.