-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
DBAL-182: Insert and Merge Query Objects #1349
Comments
|
Comment created by @beberlei: From the first glance: Drupal API has some problems in that it assumes literal values are the default, which makes working with them simple if no expression is necessary. But inconsistent otherwise. Implementation Details:
{conn} Sample API:
Merge: I dont know yet: problem i see here is that people mistake values() for a "safe" method and pass values in there that should be quoted instead. |
This won't happen - the proposed API doesn't really make sense to me, and we should instead have Closing. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Jira issue originally created by user @beberlei:
We are missing Insert and Merge Query Objects.
See Drupal DBTNG:
Merge: http://drupal.org/node/310085
Insert: http://drupal.org/node/310079
The text was updated successfully, but these errors were encountered: