Code changes
Demo
2.7.4
Module Changes
Class Changes
-
SQLite3::ResultSet
-
SQLite3::MismatchException
-
SQLite3::AbortException
-
SQLite3::PermissionException
-
SQLite3::IOException
Method Changes
-
SQLite3::Statement#must_be_open!
-
SQLite3::Database#prepare
-
SQLite3::Database#initialize
-
SQLite3::ResultSet#close
2.7.3
Module Changes
Class Changes
-
SQLite3::HashResultSet
-
SQLite3::CantOpenException
-
SQLite3::SQLException
-
SQLite3::TooBigException
-
SQLite3::InterruptException
-
SQLite3::MemoryException
Method Changes
-
SQLite3::ResultSet#initialize
-
SQLite3::ResultSet#columns
-
SQLite3::Statement#types
-
SQLite3::Database#create_aggregate
-
SQLite3::Statement#get_metadata
-
SQLite3::Statement#execute
-
SQLite3::Value#to_s
2.7.2
Module Changes
Class Changes
-
SQLite3::PermissionException
-
SQLite3::InterruptException
-
SQLite3::BusyException
-
SQLite3::AuthorizationException
-
SQLite3::Database
-
SQLite3::EmptyException
Method Changes
-
SQLite3::ResultSet#each
-
SQLite3::Database#finalize
-
SQLite3::Statement#execute!
-
SQLite3::Value#to_s
-
SQLite3::Database#execute_batch2