16
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 02, 2025 — Jul 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added "unix_socket", "named_pipe", "init_command", "read_default_file", "read_default_group", "connect_time", "compress", "named_pipe", "use_unicode", "client_flag", "local_infile" parameters. More... over 21 years ago
Added "unix_socket", "named_pipe", "init_command", "read_default_file", "read_default_group", "connect_time", "compress", "named_pipe", "use_unicode", "client_flag", "local_infile" parameters. More... over 21 years ago
Applied patch 1172964, and added "mode" and "encoding" parameters. More... over 21 years ago
Applied patch 1172964, and added "mode" and "encoding" parameters. More... over 21 years ago
Applied patch 1040531: implemented SELECT COUNT(DISTINCT id). More... over 21 years ago
Applied patch 1040531: implemented SELECT COUNT(DISTINCT id). More... over 21 years ago
Applied fix 1171905. More... over 21 years ago
Applied fix 1171905. More... over 21 years ago
Applied patch 1162265. More... over 21 years ago
Applied patch 1162265. More... over 21 years ago
Applied patch 1157423. More... over 21 years ago
Applied patch 1157423. More... over 21 years ago
* Allow keyword arguments to connectionForURI (and pass through from dbtest.getConnection) * Add callback to registry that is called for all classes * Wrappers added to dbconnection instances that create a psuedo-class that is bound to a connection More... over 21 years ago
* Allow keyword arguments to connectionForURI (and pass through from dbtest.getConnection) * Add callback to registry that is called for all classes * Wrappers added to dbconnection instances that create a psuedo-class that is bound to a connection More... over 21 years ago
Added _setAutoCommit(). More... over 21 years ago
Added _setAutoCommit(). More... over 21 years ago
Fixed the bug https://sourceforge.net/tracker/index.php?func=detail&aid=1150183&group_id=74338&atid=540672 Modified makeConnection and set autocommit if it's supported. More... over 21 years ago
Fixed the bug https://sourceforge.net/tracker/index.php?func=detail&aid=1150183&group_id=74338&atid=540672 Modified makeConnection and set autocommit if it's supported. More... over 21 years ago
Fixed a bug in MySQLconnection - default port is indicated by 0, not ''. More... over 21 years ago
Fixed a bug in MySQLconnection - default port is indicated by 0, not ''. More... over 21 years ago
Fixed https://sourceforge.net/tracker/index.php?func=detail&aid=1072399&group_id=74338&atid=540672 - all mentions of .new() replaced with constructors. More... over 21 years ago
Fixed https://sourceforge.net/tracker/index.php?func=detail&aid=1072399&group_id=74338&atid=540672 - all mentions of .new() replaced with constructors. More... over 21 years ago
Fixed bug https://sourceforge.net/tracker/index.php?func=detail&aid=1012150&group_id=74338&atid=540672. Foo.selectBy(column=None) now issues '... column IS NULL'. More... over 21 years ago
Fixed bug https://sourceforge.net/tracker/index.php?func=detail&aid=1012150&group_id=74338&atid=540672. Foo.selectBy(column=None) now issues '... column IS NULL'. More... over 21 years ago
accumulateMany() usage is now even simpler: select.accumulateMany(*atributes). More... over 21 years ago
accumulateMany() usage is now even simpler: select.accumulateMany(*atributes). More... over 21 years ago
Changed the way accumalte functions work. Now you can accumulate a list of functions at once: select.accumulate(*accumulateMany(("MIN", attribute), ("MAX", attribute))). More... over 21 years ago
Changed the way accumalte functions work. Now you can accumulate a list of functions at once: select.accumulate(*accumulateMany(("MIN", attribute), ("MAX", attribute))). More... over 21 years ago
Some statistical functions (MIN, AVG, MAX) may return fload result. Added tests for float functions. More... over 21 years ago
Some statistical functions (MIN, AVG, MAX) may return fload result. Added tests for float functions. More... over 21 years ago