You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been deprecated for a while, time to remove it. If users want
to keep the type translation feature, they can upgrade their
applications by implementing a delegate class.
Copy file name to clipboardExpand all lines: lib/sqlite3/database.rb
-43Lines changed: 0 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,6 @@ def quote(string)
82
82
# Other supported +options+:
83
83
# - +:strict+: boolean (default false), disallow the use of double-quoted string literals (see https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted)
84
84
# - +:results_as_hash+: boolean (default false), return rows as hashes instead of arrays
85
-
# - +:type_translation+: boolean (default false), enable type translation
86
85
# - +:default_transaction_mode+: one of +:deferred+ (default), +:immediate+, or +:exclusive+. If a mode is not specified in a call to #transaction, this will be the default transaction mode.
0 commit comments