Skip to content
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

CREATE OR ALTER TABLE [DNET395] #399

Closed
firebird-automations opened this issue Sep 19, 2011 · 5 comments
Closed

CREATE OR ALTER TABLE [DNET395] #399

firebird-automations opened this issue Sep 19, 2011 · 5 comments

Comments

@firebird-automations
Copy link

Submitted by: Marcos R. Weimer (marcosweimer)

include support to CREATE OR ALTER TABLE

@firebird-automations
Copy link
Author

Commented by: Marcos R. Weimer (marcosweimer)

pré-test

Alter in FbBatchExecution.cs on line 869

                        if \(StringParser\.StartsWith\(sqlStatement, "CREATE TABLE", true\) \|\|
                            StringParser\.StartsWith\(sqlStatement, "CREATE GLOBAL TEMPORARY TABLE", true\)

add this:
|| StringParser.StartsWith(sqlStatement, "CREATE OR ALTER TABLE", true) )
{
return SqlStatementType.CreateTable;
}

@firebird-automations
Copy link
Author

Modified by: @cincuranet

priority: Major [ 3 ] => Minor [ 4 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Can you point me to some docs where CREATE OR ALTER TABLE in Firebird is mentioned? I don't recall it (compared to i.e. CREATE OR ALTER PROCEDURE or RECREATE TABLE).

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: In Progress [ 3 ] => Closed [ 6 ]

resolution: Won't Fix [ 2 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants