Files
sqlalchemy/test
Sean Anderson 4b39b0f89d Support SQLite WITHOUT ROWID tables
This adds support for creating tables WITHOUT ROWID in the SQLite
dialect. WITHOUT ROWID tables were introduced in SQLite version 3.8.2
(2013-12-06). They do not use an implicit rowid column as the primary
key. This may result in space and performance savings for tables without
INTEGER primary keys and tables with composite primary keys. For more
information about this feature, see the sqlite documentation [1].

[1] https://www.sqlite.org/withoutrowid.html

Fixes: #5685

### Checklist
This pull request is:

- [x] A new feature implementation
	- please include the issue number, and create an issue if none exists, which must
	  include a complete example of how the feature would look.
	- Please include: `Fixes: #<issue number>` in the commit message
	- please include tests.

Closes: #5686
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5686
Pull-request-sha: 2b44782d1b

Change-Id: Ifcf727b0c07c90e267b79828a8e3fd7a8260a074
2020-11-08 06:09:45 -07:00
..
2020-11-03 13:56:02 -05:00
2020-10-31 13:44:53 -04:00
2020-10-12 13:57:43 -04:00
2020-11-07 11:13:28 -05:00
2020-11-07 11:13:28 -05:00
2020-11-03 13:56:02 -05:00
2020-10-31 19:36:09 -04:00