mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
doing raw sql with createNativeQuery #4974
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 @ghost on GitHub (Jan 14, 2016).
Originally assigned to: @Ocramius on GitHub.
I'm trying to create a raw sql query , I get the error
source code:
help?
@deeky666 commented on GitHub (Jan 14, 2016):
@BardiaAfshin the SQL looks from.
alpha*_2_codeusually is not a valid identifier if unquoted. Also where do you get the error? Is it a Doctrine or database error and which database are you using?@Ocramius commented on GitHub (Jan 20, 2016):
I just checked: there is no such string coming out of the DBAL or ORM: closing as
Invalid@Ocramius commented on GitHub (Jan 20, 2016):
To clarify: yes, this is the database throwing an error (rightfully so)