qb icon indicating copy to clipboard operation
qb copied to clipboard

Oracle schema needs to be used as a table prefix

Open elpete opened this issue 1 year ago • 0 comments

In Oracle, the logged in user defines the default schema. You can override this by prepending table calls with the schema. If a schema is provided, in Oracle we should do this for the user.

CFMigrations cannot just specify the full table name because the hasTable call would then use that full table name and fail.

elpete avatar Jul 17 '23 23:07 elpete