nicely support ordering. There's no reliance on typical "libc" internals for
these functions so historical dates are fully supported.
-Auto Incrementing Behavior
---------------------------
+.. _sqlite_autoincrement:
+
+SQLite Auto Incrementing Behavior
+----------------------------------
Background on SQLite's autoincrement is at: http://sqlite.org/autoinc.html
SERIAL on Postgresql, and IDENTITY on MS-SQL. It does
*not* issue AUTOINCREMENT for SQLite since this is a
special SQLite flag that is not required for autoincrementing
- behavior. See the SQLite dialect documentation for
- information on SQLite's AUTOINCREMENT.
+ behavior.
+
+ .. seealso::
+
+ :ref:`sqlite_autoincrement`
* The column will be considered to be available as
cursor.lastrowid or equivalent, for those dialects which