16
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
Feb 04, 2025 — Feb 04, 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... almost 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... almost 21 years ago
Applied patch 1172964, and added "mode" and "encoding" parameters. More... almost 21 years ago
Applied patch 1172964, and added "mode" and "encoding" parameters. More... almost 21 years ago
Applied patch 1040531: implemented SELECT COUNT(DISTINCT id). More... almost 21 years ago
Applied patch 1040531: implemented SELECT COUNT(DISTINCT id). More... almost 21 years ago
Applied fix 1171905. More... almost 21 years ago
Applied fix 1171905. More... almost 21 years ago
Applied patch 1162265. More... almost 21 years ago
Applied patch 1162265. More... almost 21 years ago
Applied patch 1157423. More... almost 21 years ago
Applied patch 1157423. More... almost 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... almost 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... almost 21 years ago
Added _setAutoCommit(). More... almost 21 years ago
Added _setAutoCommit(). More... almost 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... almost 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... almost 21 years ago
Fixed a bug in MySQLconnection - default port is indicated by 0, not ''. More... almost 21 years ago
Fixed a bug in MySQLconnection - default port is indicated by 0, not ''. More... almost 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... almost 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... almost 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... almost 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... almost 21 years ago
accumulateMany() usage is now even simpler: select.accumulateMany(*atributes). More... almost 21 years ago
accumulateMany() usage is now even simpler: select.accumulateMany(*atributes). More... almost 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... almost 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... almost 21 years ago
Some statistical functions (MIN, AVG, MAX) may return fload result. Added tests for float functions. More... almost 21 years ago
Some statistical functions (MIN, AVG, MAX) may return fload result. Added tests for float functions. More... almost 21 years ago