- 12 Jul, 2020 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 11 Jul, 2020 1 commit
-
-
Sergei Morozov authored
-
- 17 Jun, 2020 1 commit
-
-
Sergei Morozov authored
-
- 09 Jun, 2020 1 commit
-
-
Sergei Morozov authored
-
- 27 May, 2020 1 commit
-
-
Sergei Morozov authored
-
- 12 Apr, 2020 1 commit
-
-
Sergei Morozov authored
-
- 08 Apr, 2020 1 commit
-
-
Sergei Morozov authored
-
- 21 Mar, 2020 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 30 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 14 Apr, 2019 1 commit
-
-
Michael Moravec authored
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 28 Sep, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 11 May, 2018 2 commits
-
-
Timo Bakx authored
-
Robin Appelman authored
If a PRIMARY KEY field is defined in sqlite without autoincrement then keys might be reused when rows are deleted, explicitly settings autoincrement will prevent this. Autoincrement is not enabled by default due to additional overhead introduced with autoincrement bookkeeping and should only be enabled when the additional uniqueness is required.
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 06 Dec, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 28 Nov, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 11 Sep, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 09 Sep, 2017 1 commit
-
-
Luís Cobucci authored
-
- 06 Feb, 2017 1 commit
-
-
Steve Müller authored
-
- 05 Jan, 2016 1 commit
-
-
Steve Müller authored
fixes #1339 closes #921
-
- 17 Oct, 2015 1 commit
-
-
Tobias Schultze authored
-
- 01 May, 2015 1 commit
-
-
Steve Müller authored
-
- 18 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 21 Aug, 2014 1 commit
-
-
Steve Müller authored
-
- 10 Feb, 2014 1 commit
-
-
Martin Hasoň authored
-
- 07 Feb, 2014 1 commit
-
-
Bart Visscher authored
-
- 26 Jan, 2014 1 commit
-
-
Bart Visscher authored
-
- 22 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 19 Nov, 2012 3 commits
-
-
Martin Hasoň authored
-
Martin Hasoň authored
-
Martin Hasoň authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 18 Dec, 2011 1 commit
-
-
* The old implementation produced invalid SQLite statements for tables with a composite primary key, as SQLite cannot have more than one primary key clause and autoincrement can only be declared on a single column * There is currently no way to tell from its pragma if an SQLite column auto-increments, therefore enabling it on all primary keys is not accurate * SQLite primary keys auto-increment anyway (but slightly differently from an actual auto-increment column -- not guaranteed unique)
-
- 30 Oct, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 11 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-313 - Removed abstracted trigger support, list functions, list users and the platform specific code to generate the queries for this stuff.
-
- 10 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-312 - Refactored View support of all platforms a little - Oracle now also supports the retrieval of the sql used to generate a view so that a common datastructure View is a viable option.
-