|
Home
News
Screenshots
Licence
Download
Install
Doc
Bugs
TODO
ChangeLog
|
BUGS: This the SqLay BUGS list. See also the TODO file
Sorted by descending priority or perceived ease of implementation.
Note: this file is not up-to-date anymore
Legend:
- c: curses executables
- q: Qt executables
- sc: schema executables
- ds: datasheet executables
List:
- php: boolean fields cannot be inserted without default value and
cannot be updated to true
- dsa: segfaults on tab separated output (-tw -1)
- scq: filter often segfaults on release, redo or on release then sort
- q: button bars disappear fine using but never reappear
- q: keyboard accelerators which do not work if neither menu nor button bar
visible are to track
- scq: auto-computed width may be a little bit too large
- scc: incorrect coordinates for selection with mouse if paged down
- c/cygwin: ACS chars not recognized on console, but well on xterm
- q/cygwin: cannot link with qt (tried 3.0.x)
- sca: segfault (or scc -oA on exit) with some terminal widths like i.e. 100
- c: segfault sometimes (precise circumstances ?) on resize
- input: drivers may hang orcause segfault if no permissions on system tables
(frtds, pgsql)
- ds: updates or deletes may not work as they do not uses pk's and perform
guesses on nulls
- pgsql: segfault on fully uppercases schemas (on indexes ? fk's ? to debug)
- files: pk's in pg_dump >= 7.3 not detected anymore because of new dump format:
alter table only tblnm add constraint cnstnm primary key (collist)
- files: integrity: multiple cols in indices not detected
- files: mysql dumps: backquotes surrounding names not stripped
- files: integrity: table and column names including spaces induce detection
of an inexisting column and truncation of their name
- files: integrity: long CHECK table constraints may empeach key detection
( consequece of complex column checks would probably be
same as above: detection of false columns ?)
- files: segfault on large sql files including data as copy
- scq/qt1: search form nearly unusable
- c: keyboard left in raw mode if piping output into less
- frtds: number of rows affected by exec's not correctly returned
- ?
|