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
// [Deprecation notice] For arithmetic types other than 64-bit signed integer, AUTOINCREMENT is deprecated on PRIMARY KEY columns and will be removed in v1.11
170
+
template<classF, classSFINAE = void>
171
+
structcheck_pkcol {
172
+
[[deprecated(
173
+
R"(Use a 64-bit signed integer for AUTOINCREMENT on an INTEGER PRIMARY KEY as an alias for the "rowid" key)")]] staticconstexprvoid
// [Deprecation notice] For arithmetic types other than 64-bit signed integer, AUTOINCREMENT is deprecated on PRIMARY KEY columns and will be removed in v1.11
9134
+
template<class F, class SFINAE = void>
9135
+
struct check_pkcol {
9136
+
[[deprecated(
9137
+
R"(Use a 64-bit signed integer for AUTOINCREMENT on an INTEGER PRIMARY KEY as an alias for the "rowid" key)")]] static constexpr void
0 commit comments