We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Submitted by: @hvlad
Is related to QA496
isql
set sql dialect 1; create database 'a.fdb'; set term ^ ;
execute block as declare d date; begin d = "now"; end ^
SQL warning code = 301 -DATE data type is now called TIMESTAMP -SQL warning code = 301 -DATE data type is now called TIMESTAMP
Commits: d8eb416 9ac7d59
The text was updated successfully, but these errors were encountered:
assignee: Vlad Khorsun [ hvlad ]
Sorry, something went wrong.
status: Open [ 1 ] => Resolved [ 5 ]
resolution: Fixed [ 1 ]
Fix Version: 2.5.2 [ 10450 ]
Fix Version: 3.0 Alpha 1 [ 10331 ]
Link: This issue is related to QA496 [ QA496 ]
status: Resolved [ 5 ] => Resolved [ 5 ]
QA Status: Done successfully
Commented by: @pcisar
Test created.
status: Resolved [ 5 ] => Closed [ 6 ]
hvlad
No branches or pull requests
Submitted by: @hvlad
Is related to QA496
isql
set sql dialect 1;
create database 'a.fdb';
set term ^ ;
execute block as
declare d date;
begin
d = "now";
end
^
SQL warning code = 301
-DATE data type is now called TIMESTAMP
-SQL warning code = 301
-DATE data type is now called TIMESTAMP
Commits: d8eb416 9ac7d59
The text was updated successfully, but these errors were encountered: