Skip to content

Conversation

@clovnrian
Copy link
Contributor

Just fix the regular expression for finding autoincrement column in SQLite table.

I don't know if this is only SQLite 3.11.0 issue, but it uses "`" as quote character for column and table names, so autoincrement column definition looks like this:

id INTEGER NULL PRIMARY KEY AUTOINCREMENT

@dg dg merged commit 9a158d7 into nette:v2.4 May 18, 2017
@dg
Copy link
Member

dg commented May 18, 2017

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants