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

MySql issues #4

Open
AdaskoTheBeAsT opened this issue Oct 6, 2015 · 0 comments
Open

MySql issues #4

AdaskoTheBeAsT opened this issue Oct 6, 2015 · 0 comments

Comments

@AdaskoTheBeAsT
Copy link

HI,

there was a small problem in case of MySql in inserts - column names cannot be inside brackets [].
Autoincremented ID can be taken by using
SELECT CAST(LAST_INSERT_ID() AS UNSIGNED INTEGER) and taking that from dapper as Ulong and converting to int.
There is also small ise in sql server adapter - scope_identity is better option for pure sql server ( i copied existing adapter as a SqlCeAdapter) - you can look into my fork - there were updates there of some libs and project is saved as VS2015 solution - maybe not feasible here

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