All Versions
23
Latest Version
Avg Release Cycle
218 days
Latest Release
1199 days ago

Changelog History
Page 3

  • v1.2.4.1 Changes

    July 05, 2009
    • 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.
  • v1.2.3 Changes

    August 26, 2008
    • ๐Ÿ›  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 [[email protected]]

    • ๐Ÿ›  Fix linking against Ruby 1.8.5 [Rob Holland [email protected]]

  • v1.2.2 Changes

    May 31, 2008
    • 0๏ธโƒฃ 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 [email protected]]

    • ๐Ÿ’Ž Ruby 1.9 compatibility tweaks [Roman Le Negrate [email protected]]

    • ๐ŸŽ Various performance enhancements [thanks Erik Veenstra]

    • ๐Ÿ“š Correct busy_handler documentation [Rob Holland [email protected]]

    • ๐Ÿ‘‰ Use int_bind64 on Fixnum values larger than a 32bit C int can take. [Rob Holland [email protected]]

    • โ†ช 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 [email protected]]

    • ๐Ÿ“š Various documentation, test, and style tweaks [Rob Holland [email protected]]

    • ๐ŸŒ Be more granular with time/data translation [Rob Holland [email protected]]

    • ๐Ÿ“œ Use Date directly for parsing rather than going via Time [Rob Holland [email protected]]

    • Check for the rt library and fdatasync so we link against that when needed [Rob Holland [email protected]]

    • ๐Ÿ“‡ Rename data structures to avoid collision on win32. based on patch by: Luis Lavena [Rob Holland [email protected]]

    • โž• Add test for defaults [Daniel Rodrรญguez Troitiรฑo]

    • 0๏ธโƒฃ Correctly unquote double-quoted pragma defaults [ลukasz Dargiewicz [email protected]]