-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
ORA-01745: Ungültiger Host-/Bindevariablenname caused by :table #142
Comments
The query does also contain additional line breaks (#125, #128) and a semicolon at the end (#129) Originally posted by @lkainers at zendframework/zend-db#28 (comment) |
Linking sources: https://github.com/zendframework/zend-db/blob/790123893c01ad597b28652b2a382ac86186c6c8/src/Metadata/Source/OracleMetadata.php Originally posted by @Ocramius at zendframework/zend-db#28 (comment) |
@lkainers what oracle version are you testing against? Also, got an example of a generated query? Originally posted by @Ocramius at zendframework/zend-db#28 (comment) |
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit There is no generated query https://github.com/zendframework/zend-db/blob/790123893c01ad597b28652b2a382ac86186c6c8/src/Metadata/Source/OracleMetadata.php#L107 is the query Originally posted by @lkainers at zendframework/zend-db#28 (comment) |
$params = array( $connection = new Zend\Db\Adapter\Driver\Oci8\Connection($params); $metadata = new Zend\Db\Metadata\Metadata($adapter); Originally posted by @lkainers at zendframework/zend-db#28 (comment) |
Here's a PR zendframework/zend-db#34 that would fix this issue Originally posted by @vixriihi at zendframework/zend-db#28 (comment) |
it seems already fixed by merged PR zendframework/zend-db#34 . I am closing this. |
In /src/Metadata/Source/OracleMetadata.php#L127 :table is a reserved word and therefore the query fails
Originally posted by @lkainers at zendframework/zend-db#28
The text was updated successfully, but these errors were encountered: