on 2018 Nov 08 3:00 PM
In a database where there is NO user with the name TW, statement #1 gives the expected error User ID 'TW' does not exist but statement #2 does not produce any error at all.
Statement #1
CREATE TABLE "TW"."ONE_Table" ("ID" INTEGER)
Statement #2
CREATE TABLE IF NOT EXISTS "TW"."ONE_Table" ("ID" INTEGER)
I would expect them to both throw the expected error message.
Am I missing some subtlety or is this a bug?
Request clarification before answering.
This looks like a bug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This has been fixed as Engineering Case 818012 and will be provided in an upcoming software update 17.0 Build 4934 or newer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
47 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.