Lines Matching refs:CHANGE
5 * BREAKING CHANGE: `ToSql` implementation for `time::Timespec` uses RFC 3339 (%Y-%m-%dT%H:%M:%S.%fZ…
7 * BREAKING CHANGE: Remove potentially conflicting impl of ToSqlOutput (#313).
8 * BREAKING CHANGE: Replace column index/count type (i32) with usize.
9 * BREAKING CHANGE: Replace parameter index/count type (i32) with usize.
10 * BREAKING CHANGE: Replace row changes/count type (i32) with usize.
11 * BREAKING CHANGE: Scalar functions must be `Send`able and `'static`.
102 * BREAKING CHANGE: `Connection::close()` now returns a `Result<(), (Connection, Error)>` instead
107 * BREAKING CHANGE: The `FromSql` trait has been redesigned. It now requires a single, safe
110 * BREAKING CHANGE: The `ToSql` trait has been redesigned. It can now be implemented without
112 * BREAKING CHANGE: The closure passed to `query_row`, `query_row_and_then`, `query_row_safe`,
116 * BREAKING CHANGE: A few cases of the `Error` enum have sprouted additional information
135 * BREAKING CHANGE: `Rows` no longer implements `Iterator`. It still has a `next()` method, but
142 * BREAKING CHANGE: `Transaction::savepoint()` now returns a `Savepoint` instead of another
145 * BREAKING CHANGE: Creating transactions from a `Connection` or savepoints from a `Transaction`
150 * BREAKING CHANGE: `Transaction::set_commit` and `Transaction::set_rollback` have been replaced
176 * BREAKING CHANGE: `SqliteError` is now an enum instead of a struct. Previously, we were (ab)using
182 * BREAKING CHANGE: When opening a new detection, rusqlite now detects if SQLite was compiled or
185 * BREAKING CHANGE: `SqliteTransactionDeferred`, `SqliteTransactionImmediate`, and
287 * BREAKING CHANGE: `open` now expects a `Path` rather than a `str`. There is a separate