Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated SQLite3 to allow UUID PK's #27

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

pixeldrew
Copy link

Fixed issues with table creation so default PK has type integer autoincrement

Original pull request was closed due to this issue, #21

modified dbo_sqlite3.php to allow for UUID PK
sqlite_sequence table shows up when listing sources and breaks function describe()
Fixed default table type so primary key is integer type with autoincrement
@AD7six
Copy link
Member

AD7six commented Feb 17, 2014

These changes look fine but the absence of a test (which is the fault of the repo, not the person opening a PR) makes me nervous to merge it.

Can someone using sqlite3 test/vouch for this change?

@AD7six AD7six added the sqlite3 label Feb 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants