SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for rubygem-sqlite3-1.2.5-2.4.i586.rpm :
Mon Oct 26 13:00:00 2009 mrueckertAATTsuse.de
- update to version 1.2.5

* Check for illegal nil before executing SQL [Erik Veenstra]

* Switch to Hoe for gem task management and packaging.

* Advertise rake-compiler as development dependency.

* Build gem binaries for Windows.

* Improved Ruby 1.9 support compatibility.

* Taint returned values. Patch #20325.
- fixes missing license file (bnc#549261)

Fri Jan 16 13:00:00 2009 mrueckertAATTsuse.de
- update to version 1.2.4
- Fix incorrect permissions on database.rb and translator.rb
[Various]
- Avoid using Object#extend for greater speedups [Erik Veenstra]
- Ruby 1.9 compatibility tweaks for Array#zip [jimmy88AATTgmail.com]
- Fix linking against Ruby 1.8.5
[Rob Holland ]
- Make the table_info method adjust the returned default value
for the rows so that the sqlite3 change in 3.3.8 and greater
can be handled transparently [Jamis Buck
]
- Ruby 1.9 compatibility tweaks [Roman Le Negrate
]
- Various performance enhancements [thanks Erik Veenstra]
- Correct busy_handler documentation
[Rob Holland ]
- Use int_bind64 on Fixnum values larger than a 32bit C int can
take. [Rob Holland ]
- Work around a quirk in SQLite\'s error reporting by calling
sqlite3_reset to produce a more informative error code upon a
failure from sqlite3_step. [Rob Holland ]
- Various documentation, test, and style tweaks
[Rob Holland ]
- Be more granular with time/data translation
[Rob Holland ]
- Use Date directly for parsing rather than going via Time
[Rob Holland ]
- Check for the rt library and fdatasync so we link against that
when needed [Rob Holland ]
- Rename data structures to avoid collision on win32. based on
patch by: Luis Lavena [Rob Holland ]
- Add test for defaults [Daniel Rodríguez Troitiño]
- Correctly unquote double-quoted pragma defaults
[Łukasz Dargiewicz ]

Tue May 22 14:00:00 2007 mrueckertAATTsuse.de
- update to version 1.2.1
Only a single change in this release: sqlite3 3.3.8 and higher
have changed the format of the \'dflt_value\' column for the
table_info pragma. This caused breakage in apps that depend on
that pragma, like Ruby on Rails. This release makes the
Database#table_info helper check the libversion, and adjust the
dflt_value column accordingly. If you want the new format and not
the old, you can invoke the table_info pragma directly, instead
of using the helper.
- added rubygem-native-rpmlintrc

Fri Oct 20 14:00:00 2006 mrueckertAATTsuse.de
- use gem_build_cleanup

Wed Jun 21 14:00:00 2006 mrueckertAATTsuse.de
- use rubygems_with_buildroot_patch instead of the versioned
buildrequires

Tue Jun 20 14:00:00 2006 mrueckertAATTsuse.de
- remove build files
- added swig to the buildrequires

Mon Jun 19 14:00:00 2006 mrueckertAATTsuse.de
- Initial package version 1.1.0


 
ICM