diff options
| author | Jamis Buck <jamis@37signals.com> | 2005-02-15 15:01:48 +0000 |
|---|---|---|
| committer | Jamis Buck <jamis@37signals.com> | 2005-02-15 15:01:48 +0000 |
| commit | 43c69d86c38b33461bd954c0a0b6d2017741c851 (patch) | |
| tree | b59833c129dc6964fc055dc2ab9335a9f1cecb96 /ChangeLog | |
| parent | 693469bc5987f111db8fc6b4ee6916893954d180 (diff) | |
| download | third_party-sqlite3-ruby-43c69d86c38b33461bd954c0a0b6d2017741c851.tar.gz third_party-sqlite3-ruby-43c69d86c38b33461bd954c0a0b6d2017741c851.tar.xz third_party-sqlite3-ruby-43c69d86c38b33461bd954c0a0b6d2017741c851.zip | |
ChangeLog is dynamically generated again.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 119 |
1 files changed, 0 insertions, 119 deletions
diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 1efe4e6..0000000 --- a/ChangeLog +++ /dev/null @@ -1,119 +0,0 @@ -2005-02-06 12:19 jamis - - * Fixed problem with /usr/local sqlite includes not being found. Hopefully. - -2005-02-05 11:24 jamis - - * The bind parameter array will be flattened before use, so that arrays - may be passed as parameters. - * The native bind_text implementation does a to_s on the parameter - -2005-01-30 22:14 jamis - - * Added various bsds to the detection routine in dl/api.rb. - -2005-01-30 22:12 jamis - - * Fixed deprecation warnings in faq.rb about Object#id. - -2005-01-25 14:58 jamis - - * Changed extconf.rb to allow /usr/local sqlite3 installations to be - supported "out-of-the-box". - -2005-01-09 08:04 jamis - - * Changed layout to support tagging and branching - -2005-01-07 14:32 jamis - - * Move from CVS - -2005-01-05 09:40 minam - - * Rakefile, sqlite3-ruby-win32.gemspec, sqlite3-ruby.gemspec: Added - win32 gem. - -2005-01-05 07:31 minam - - * Rakefile, test/tc_integration.rb, test/tests.rb: Added - native-vs-dl benchmark to Rakefile. Added SQLITE3_DRIVERS - environment variable to integration test to specify which - driver(s) should be tested (defaults to "Native"). - -2005-01-04 14:26 minam - - * ext/sqlite3_api/sqlite3_api.i, lib/sqlite3/database.rb, - lib/sqlite3/driver/native/driver.rb, test/tc_database.rb, - test/tc_integration.rb, test/tests.rb: Unit tests: done. Bugs: - fixed. - -2005-01-03 23:13 minam - - * ext/sqlite3_api/sqlite3_api.i, lib/sqlite3/database.rb, - lib/sqlite3/driver/dl/driver.rb, - lib/sqlite3/driver/native/driver.rb, test/tc_integration.rb: - Custom functions (aggregate and otherwise) are supported by the - native driver now. Test cases for the same. - -2005-01-03 13:51 minam - - * ext/sqlite3_api/MANIFEST, ext/sqlite3_api/extconf.rb, - ext/sqlite3_api/post-clean.rb, ext/sqlite3_api/post-distclean.rb, - ext/sqlite3_api/sqlite3_api.i, lib/sqlite3/database.rb, - lib/sqlite3/resultset.rb, lib/sqlite3/version.rb, - lib/sqlite3/driver/dl/driver.rb, - lib/sqlite3/driver/native/driver.rb, test/native-vs-dl.rb, - test/tc_integration.rb: Added preliminary implementation of - native driver (swig-based), and integration tests. - -2004-12-29 19:37 minam - - * lib/sqlite3/driver/dl/driver.rb: Some fixes to allow the DL - driver to work with Ruby 1.8.1. - -2004-12-29 14:52 minam - - * lib/sqlite3/: database.rb, version.rb: Made #quote a class method - (again). Bumped version to 0.6. - -2004-12-25 22:59 minam - - * lib/sqlite3/driver/dl/api.rb: Added check for darwin in supported - platforms (thanks to bitsweat). - -2004-12-22 12:38 minam - - * Rakefile: Rakefile wasn't packaging the README file. - -2004-12-21 22:28 minam - - * Rakefile, sqlite3-ruby.gemspec, test/bm.rb: Packaging now works. - Added benchmarks. - -2004-12-21 21:45 minam - - * LICENSE, README, Rakefile, setup.rb, sqlite3-ruby.gemspec, - doc/faq/faq.rb, doc/faq/faq.yml, lib/sqlite3.rb, - lib/sqlite3/statement.rb, lib/sqlite3/constants.rb, - lib/sqlite3/database.rb, lib/sqlite3/resultset.rb, - lib/sqlite3/translator.rb, lib/sqlite3/value.rb, - lib/sqlite3/version.rb, lib/sqlite3/errors.rb, - lib/sqlite3/pragmas.rb, lib/sqlite3/driver/dl/api.rb, - lib/sqlite3/driver/dl/driver.rb, test/mocks.rb, - test/tc_database.rb, test/tests.rb, test/driver/dl/tc_driver.rb: - Initial import - -2004-12-21 21:45 minam - - * LICENSE, README, Rakefile, setup.rb, sqlite3-ruby.gemspec, - doc/faq/faq.rb, doc/faq/faq.yml, lib/sqlite3.rb, - lib/sqlite3/statement.rb, lib/sqlite3/constants.rb, - lib/sqlite3/database.rb, lib/sqlite3/resultset.rb, - lib/sqlite3/translator.rb, lib/sqlite3/value.rb, - lib/sqlite3/version.rb, lib/sqlite3/errors.rb, - lib/sqlite3/pragmas.rb, lib/sqlite3/driver/dl/api.rb, - lib/sqlite3/driver/dl/driver.rb, test/mocks.rb, - test/tc_database.rb, test/tests.rb, test/driver/dl/tc_driver.rb: - Initial revision - |
