2
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 2 days ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[do_jdbc] Do not mix in TimeFormatter (overrides Time#to_s) More... over 16 years ago
standardized string quoting in all drivers so that just single quote is replaced with two single quotes (setting NO_BACKSLASH_ESCAPES option for MySQL) More... over 16 years ago
standardized string quoting in all drivers so that just single quote is replaced with two single quotes (setting NO_BACKSLASH_ESCAPES option for MySQL) More... over 16 years ago
[do_oracle] fixed rake task for Windows gem generation More... over 16 years ago
[do_oracle] fixed rake task for Windows gem generation More... over 16 years ago
removed NO_AUTO_VALUE_ON_ZERO because of MySQL bug http://bugs.mysql.com/bug.php?id=42270 More... over 16 years ago
removed NO_AUTO_VALUE_ON_ZERO because of MySQL bug http://bugs.mysql.com/bug.php?id=42270 More... over 16 years ago
[do_hsqldb] * Changed .gitignore * Added script file to create correct db/user for tests More... over 16 years ago
[do_hsqldb] * Changed .gitignore * Added script file to create correct db/user for tests More... over 16 years ago
Merge branch 'next' of [email protected]:datamapper/do into next More... over 16 years ago
Merge branch 'next' of [email protected]:datamapper/do into next More... over 16 years ago
do not replace ? within quotes with bind parameters More... over 16 years ago
do not replace ? within quotes with bind parameters More... over 16 years ago
[do_xxxx] allow the do_xxx driver to use the driver from the environment (extdirs of the java installation or the application server) and fallback to gems with the jdbc drivers. More... over 16 years ago
[do_xxxx] allow the do_xxx driver to use the driver from the environment (extdirs of the java installation or the application server) and fallback to gems with the jdbc drivers. More... over 16 years ago
[java rake tasks] if you set the java.ext.dirs system on the jruby call then the javac will use the extdirs. i.e. you can put the oracle jdbc driver in such a directory More... over 16 years ago
[java rake tasks] if you set the java.ext.dirs system on the jruby call then the javac will use the extdirs. i.e. you can put the oracle jdbc driver in such a directory More... over 16 years ago
Mysql Time shouldn't be mapped to DateTime, since it only has a Time component More... over 16 years ago
Mysql Time shouldn't be mapped to DateTime, since it only has a Time component More... over 16 years ago
[data_objects] Revert change to URIs in connection shared spec More... over 16 years ago
[data_objects] Revert change to URIs in connection shared spec More... over 16 years ago
[do_sqlserver] Credit where credit's due More... over 16 years ago
[do_sqlserver] Credit where credit's due More... over 16 years ago
[do_sqlserver] Remove unnecessary Rake tasks for RSpec More... over 16 years ago
[do_sqlserver] Remove unnecessary Rake tasks for RSpec More... over 16 years ago
Merge commit 'cjheath/next' into cjheath-work More... over 16 years ago
Merge commit 'cjheath/next' into cjheath-work More... over 16 years ago
[do_sqlserver] Typecasting fixes for ByteArray/DateTime/Boolean More... over 16 years ago
[do_sqlserver] Typecasting fixes for ByteArray/DateTime/Boolean More... over 16 years ago
[do_sqlserver] Handle encodings the same way as for do_mysql More... over 16 years ago