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

Contact.xml - insert values are out of order #1

Open
bobrot opened this issue Jun 14, 2012 · 0 comments
Open

Contact.xml - insert values are out of order #1

bobrot opened this issue Jun 14, 2012 · 0 comments

Comments

@bobrot
Copy link

bobrot commented Jun 14, 2012

INSERT INTO contact (CONTACT_EMAIL, CONTACT_NAME, CONTACT_PHONE) VALUES (#{name}, #{phone}, #{email}); select last_insert_id() as id

Either the order of the columns or the values needs to be updated. Doesn't pass unit tests.

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

No branches or pull requests

1 participant