|
Notes:
SQLite/Ruby has been completely rewritten to get away from the older callback-based "exec" interface. It now uses the compile/step/finalize interface, which should be more robust as far as how it works with Ruby.
I've tried, where possible, to maintain some degree of backwards compatibility, but I can almost guarantee that you're going to need to modify your scripts to make them work with 2.0.0.
Furthermore, THIS IS A BETA RELEASE. The API is not guaranteed to be stable, and may change in a subsequent release. Until it leaves beta, you are encouraged to use this release only for testing purposes. Failure to heed this advice will result in raucous laughter when your production systems fail catastrophically as a result.
Changes:
|