Skip to content

Fixes UUID: UUID's are 36 Chars long, not 12...#276

Merged
retspen merged 1 commit intoretspen:masterfrom
envisia:bugfixes
Apr 11, 2014
Merged

Fixes UUID: UUID's are 36 Chars long, not 12...#276
retspen merged 1 commit intoretspen:masterfrom
envisia:bugfixes

Conversation

@schmitch
Copy link
Copy Markdown
Contributor

The current implementation won't work against databases other than sqlite3 since the model had an issue with uuid's (they are 36 chars long)
Sqlite won't fail since there are no varchars only strings without a length.

The current implementation won't work against databases other than sqlite3 since the model had an issue with uuid's (they are 36 chars long)
Sqlite won't fail since there are no varchars only strings without a length.
retspen added a commit that referenced this pull request Apr 11, 2014
Fixes UUID: UUID's are 36 Chars long, not 12...
@retspen retspen merged commit 8d822cb into retspen:master Apr 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants