This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
ORA-01745: Ungültiger Host-/Bindevariablenname caused by :table #28
Comments
lkainers
changed the title
ORA-01745: Ungültiger Host-/Bindevariablenname cause by :table
ORA-01745: Ungültiger Host-/Bindevariablenname caused by :table
Jul 24, 2015
@lkainers what oracle version are you testing against? Also, got an example of a generated query? |
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit There is no generated query
|
$params = array( $connection = new Zend\Db\Adapter\Driver\Oci8\Connection($params); $metadata = new Zend\Db\Metadata\Metadata($adapter); |
Here's a PR #34 that would fix this issue |
This repository has been closed and moved to laminas/laminas-db; a new issue has been opened at laminas/laminas-db#142. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In /src/Metadata/Source/OracleMetadata.php#L127 :table is a reserved word and therefore the query fails
The text was updated successfully, but these errors were encountered: