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

Add Oracle UUID converter #196

Closed
aaberg opened this issue Aug 11, 2015 · 3 comments
Closed

Add Oracle UUID converter #196

aaberg opened this issue Aug 11, 2015 · 3 comments
Assignees
Milestone

Comments

@aaberg
Copy link
Owner

aaberg commented Aug 11, 2015

Ref #73, the converter should most likely convert between the java UUID type and Raw[16] oracle type. It should be contained in the sql2o-oracle module

@aaberg aaberg added this to the 1.6.0 milestone Aug 12, 2015
@aaberg aaberg self-assigned this Aug 12, 2015
@aaberg aaberg closed this as completed in 10d8d7a Aug 12, 2015
@dimzon
Copy link
Contributor

dimzon commented Aug 12, 2015

Does you check byte order? I mean uuid.tostring must look equals with same
column in DB administration gui
11.08.2015 10:02 пользователь "Lars Aaberg" notifications@github.com
написал:

Ref #73 #73, the converter should
most likely convert between the java UUID type and Raw[16] oracle type. It
should be contained in the sql2o-oracle module


Reply to this email directly or view it on GitHub
#196.

@dimzon
Copy link
Contributor

dimzon commented Aug 12, 2015

Btw. MSSQL uniqueidentifier obtained via getBytes and Oracle raw has
different byte order
11.08.2015 10:02 пользователь "Lars Aaberg" notifications@github.com
написал:

Ref #73 #73, the converter should
most likely convert between the java UUID type and Raw[16] oracle type. It
should be contained in the sql2o-oracle module


Reply to this email directly or view it on GitHub
#196.

@aaberg
Copy link
Owner Author

aaberg commented Aug 12, 2015

Good point. We should have a unittest checking this.

aaberg added a commit that referenced this issue Aug 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants