Closed
Description
Firebird 5 ISQL will truncate lines longer than 255 when pasting (tested on Windows 10)
- Open command prompt
- Execute ISQL connecting to a database, i.e. isql server:dbpath
- Open a script file in any text editor, select all and copy
- Paste it back to ISQL prompt
If any script line has more than 255 chars, it will be truncated and script execution will fail. Attached example script.
Same script will run fine if you paste into Firebird 2.5 ISQL.