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

Feature/last insert id support pg #4

Merged
merged 2 commits into from Aug 7, 2014

Conversation

keedi
Copy link
Collaborator

@keedi keedi commented Feb 27, 2013

I usually use DBIx::Lite with Pg and most of the time it works well. But currently DBIx::Lite does not support Pg for returning row object after update(). I think last_insert_id() of DBI method will help _autopk() internal method of DBIx::Lite to support Pg. But I cannot sure that last_insert_id() is good or not rather than MySQL & SQLite's way. So I left them and just add for Pg.

If there is no problem to support Pg, I hope I could install next release from CPAN. ;-)

alranel added a commit that referenced this pull request Aug 7, 2014
@alranel alranel merged commit 0ccc177 into alranel:master Aug 7, 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.

None yet

2 participants