1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[SQLLINE-245] Example of launching SQLLine using a bash command-line, explaining how to quote special characters in the URL (Terence Namusonge) More... about 6 years ago
[SQLLINE-246] Customize prompt handler, via !prompthandler command and class PromptHandler More... about 6 years ago
[SQLLINE-242] Script command should not write itself to file when spooling ends More... about 6 years ago
[SQLLINE-5] Use ServiceLoader to load drivers, rather than Class.forName More... about 6 years ago
[SQLLINE-236] Add error message if URL property is absent but user, password or driver is present More... about 6 years ago
[SQLLINE-296] Replace class ColorBuffer with Jline3's class AttributedString More... about 6 years ago
[SQLLINE-134] Reuse history object while resetting history, use -e option to hide prompt output More... about 6 years ago
[SQLLINE-258] Correct highlighting of numbers followed by ']', '!', '*', '|', '&', '^' More... about 6 years ago
[SQLLINE-232] Use SqlLineParser for file parsing, the same parser as for interactive More... about 6 years ago
[SQLLINE-224] Print exception traces only in case of verbose on More... about 6 years ago
[SQLLINE-224] Validate values for integer properties before setting More... about 6 years ago
[SQLLINE-228] Set "incremental" to false by default (Cheng Lian) More... about 6 years ago
Add logo More... about 6 years ago
[SQLLINE-221] Now require Java 8 or higher More... about 6 years ago
Site: Publish manual and API for release 1.6.0 More... about 6 years ago
[SQLLINE-284] Use proxy for DatabaseMetaData More... about 6 years ago
[SQLLINE-217] Enable JDK 11 for AppVeyor More... about 6 years ago
[SQLLINE-226] Correct highlighting and line continuation for quotes inside sqlline comments More... about 6 years ago
[maven-release-plugin] prepare for next development iteration More... about 6 years ago
[maven-release-plugin] prepare release sqlline-1.6.0 More... about 6 years ago
Update HOWTO release instructions More... about 6 years ago
[SQLLINE-218] Update maxColumnWidth default to -1 and add getter to SqlLineOpts for maxWidth More... about 6 years ago
[SQLLINE-215] '!metadata 1' should not show methods inherited from Object More... about 6 years ago
[SQLLINE-213] Syntax highlighting does not work for !sql, !all commands More... about 6 years ago
[SQLLINE-191] Release 1.6 More... about 6 years ago
[SQLLINE-183] Add wrapper around DatabaseMetaData, to make SQLLine less susceptible to errors in underlying JDBC driver More... about 6 years ago
[SQLLINE-199] Make use of jline3's powerful StyleResolver functionality to parse styles More... about 6 years ago
[SQLLINE-205] Show human-readable message if '!go' command fails More... about 6 years ago
[SQLLINE-203] Carry on even if JDBC driver's ResultSetMetaData.getColumnDisplaySize throws More... about 6 years ago
[SQLLINE-201] Line continuation and highlight for sqlline comments More... about 6 years ago