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

Statement and transaction support, various enhancements #27

Merged
merged 4 commits into from
Nov 4, 2016

Conversation

devonbessemer
Copy link
Contributor

I created a new branch to pull from as I intend to continue enhancing/supporting the master branch at https://github.com/devonblzx/wp-eloquent. With this, I accomplished three primary fixes while working with your library, figured they would be useful to pull:

  • Implement statement, affectingStatement and unprepared methods
    
  • Fix the return types for insert, update, and delete (statement returns bool, affectingStatement returns int)
    
  • Implement basic transaction support: beginTransaction, commit, rollBack, and transactionLevel methods.
    

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