harrygulliford / laravel-firebird

Firebird database driver for the Laravel Framework
65 stars 30 forks source link

laravel-firebird dialect 1 #12

Closed wik1 closed 4 years ago

wik1 commented 4 years ago

Hi, Is annybody know is the harrygulliford driver working with firebird dialect 1. This is differens, how sql interpreting query e.g. SELECT FROM "migration" is ok in dialect 3 but in dialect 1 shoud be SELECT from migration. If we execute SELECT * FROM RDB$RELATIONS WHERE RDB$RELATION_NAME = ? parameter "?" shoud be uppercased

Best Regards Wiesiek

harrygulliford commented 4 years ago

@wik1 Dialect 1 isn't supported, as it was only originally intended for legacy applications to migrate from InterBase 5 to Firebird 1.