1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
o did not look up the correct entity. More... over 21 years ago
o add dependency command. More... over 21 years ago
o dump-out: only complete with semicolon. So that we write all tables to dump in multiple lines. More... over 21 years ago
o make relative loading of files in dump-table possible o write, if database has a problem when describing tables. More... over 21 years ago
o demo file encoding was wrong. More... over 21 years ago
o make sure that procedure, function , trigger is a standalone word (with space before/after). More... over 21 years ago
o if a table is used in multiple schemata in oracle, the columns show up twice in the describe table (MetaData.getColumns()) command. Work around this. More... over 21 years ago
o remark only if it is the beginning of the line o ListUserObjects: remove debug printlin. More... over 21 years ago
o make select interruptable. More... over 21 years ago
o make 'load' work, even if there is no session before. The Load-Command accessed a method in the session .. but session was null. o make show number of command in load command work again More... over 21 years ago
o learned a bit about volatile o dumped version number to 1.0 .. next release will be 1.0 More... over 21 years ago
o if CREATE FUNCTION is involved: don't let ';' be the end of statement o complete all columns in all tables, if we don't know anything about the tables to select from. More... over 21 years ago
o work around bug in Sybase. More... over 21 years ago
o fixes by Rebecca More... almost 22 years ago
o forgot: README and COPYING More... almost 22 years ago
o add README. More... almost 22 years ago
o be more descriptive. More... almost 22 years ago
o prepare Version 0.3.4 More... almost 22 years ago
o Write multiline history as such to the history - not line wise o better reaction on interrupt (Ctrl-C) More... almost 22 years ago
o use updated FileCompletionIterator More... almost 22 years ago
o load driver list from defaults if list is empty. More... almost 22 years ago
o make filecompletion work with directories. Still not nice, but good enough More... almost 22 years ago
o update documentation. More... almost 22 years ago
render '0' sec correctly More... almost 22 years ago
o allow to dump-out/dump-in multiple tables. More... almost 22 years ago
o be quiet if we load files. More... almost 22 years ago
o make unalias like unset: provide names, that are not already given on the cmd-line o where clause for export. More... almost 22 years ago
o include file-encoding and timestamp. More... almost 22 years ago
o use printFractin in LoadCommand. More... almost 22 years ago
o TimeRenderer::printFraction o use it in DumpCommand. More... almost 22 years ago