mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3001: Date and string values in insert statement are between double quotes (" ") #3729
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Feb 28, 2014).
Originally assigned to: @ostrolucky on GitHub.
Jira issue originally created by user puspadhar:
While flushing the entity manager, the sql queries generated for INSERT puts the date and string values inside double quotes and the following error is displayed:
SQLSTATE [21S01, 213]: [Microsoft][SQL Server Native Client 11.0][SQL Server]Column name or number of supplied values does not match table definition.
When I copy the statement and replace the double quotes to single quotes, the query is run.
@doctrinebot commented on GitHub (Feb 28, 2014):
Comment created by @ocramius:
[~puspadhar] can you provide the SQL query that is being attempted, your fixed version as well as the call to DBAL (or ORM) that is causing this problem?
@ostrolucky commented on GitHub (Aug 7, 2018):
Closing due to lack of feedback