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

Wrong alias detection for numeric columns without space delimiter [CORE4086] #4414

Closed
firebird-automations opened this issue Apr 22, 2013 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Alex Bekhtin (afgm)

SQL> select 1A from rdb$database;

       A

============
1

confuse with:

SQL> select 1E1 from rdb$database;

           CONSTANT

=======================
10.000000000000000000000

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

It is well known old "feature" and not a bug at all.

For example in MSSQL:

select 1a, 1e1

a
----------- ----------------------
1 10

i.e. exactly the same result

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

Same in Oracle.

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Won't Fix [ 2 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @mrotteveel

Works the same in SQL Server as well

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

1 participant