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

Incorrect Location in Error Message When Creating Table in MSSQL #22

Closed
saklanipankaj opened this issue Jun 27, 2019 · 1 comment
Closed

Comments

@saklanipankaj
Copy link

CREATE TABLE t2(    
a FLOAT ENCRYPTED FOR (MULTIPLICATION, ADDITION, RANGE) PRIMARY KEY,    
b INT ENCRYPTED FOR (MULTIPLICATION, ADDITION, RANGE) PRIMARY KEY,    
c VARCHAR(100),    
d TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
); 

HResult 0x4E21, Level 16, State 1Incorrect syntax near the keyword 'FOR'.

Incorrect place cited for the error as the error is CURRENT_TIMESTAMP which is located near the DEFAULT keyword.

@saklanipankaj saklanipankaj changed the title Incorrect Location in Error Message When Creating Table in MySQL Incorrect Location in Error Message When Creating Table in MSSQL Jun 27, 2019
@cheziyi
Copy link
Member

cheziyi commented Jun 27, 2019

Same as #5, closed to remove duplicate issues.

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