in reply to Re^2: Converting from MySQL to SQLite
in thread Converting from MySQL to SQLite
The SQLite Home Page has a page that describes common SQL features not implemented in SQLite. The list is short, but one item on it says, "Nested Transactions: The current implementation only allows a single active transaction." See http://www.sqlite.org/omitted.html.
Dave
|
|---|