Skip to content

Conversation

antonioribeiro
Copy link
Contributor

In some DMBS DDL statements (like CREATE TRIGGER in MySQL) needs to be run unprepared, as shown in issue #53.

In some DMBS DDL statements needs to be run unprepared, as shown in this issue: #53.
Creating test for proposed execute() method.
@taylorotwell
Copy link
Member

Implemented as DB::unprepared. Thanks.

@jonathanpmartins
Copy link
Contributor

Very helpful here!

@kyonkopa
Copy link

kyonkopa commented Jan 7, 2017

But then some complex queries involving temporary tables and other will not work with any of the DB raw methods but works fine in console even with unprepared, other than just returning bool

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.

4 participants