luboshl / aseisql

Automatically exported from code.google.com/p/aseisql
0 stars 0 forks source link

Support for long table/column/procedure names #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. connect to an ASE 15.x server
2. try to create a table with 31 characters in its name
3. or select from a table with 31 characters in its name

eg.
create table #a123456789b123456789c123456789d123456789 ( a int )

What is the expected output? What do you see instead?
------------------------ Execute ------------------------
The identifier that starts with '#a123456789b123456789c12345678' is too long. 
Maximum length is 30.
----------------- Done ( 1 errors ) ------------------

What version of the product are you using? On what operating system?
trunk.205, Windows XP

Please provide any additional information below.
ASE-ISQL seems to be compiled against 12.x version of the client libraries.

Original issue reported on code.google.com by christop...@gmail.com on 3 Apr 2012 at 3:52