Use JdbcUtils instead of SqlUtil; Changes to Java 11
Override methods keySet and entrySet, so sorting is working also with Java 11
added getSplitEntry for usage in XSLT files
changed logging, so `CallerInfo` is used
SC-3673 Add factor for large tables (changes because of updated SQLWorkbench)
Added method matchesDbVersion for easier check script
Adding placeholder `_VARCHAR_PATTERN_OPS_` for PostgreSQL
Added possibility of YesNo message boxes for checks in javascript files
Added translations for idempotent
Return error correctly with an `ErrorDescriptor`, so this could be evaluated later
Fixed bug for PostgreSQL adjusting sequences
Javascript logs into separate log file using suffix `_js`
Added initial `README.md` file and `_OVERFLOW_` property for databases Oracle and PostgreSQL
WbDbObjects
added new translation with key "LgtDbSetupDialog.showSteps"
* Added new argument "omitErrors" for WbDbObjects, to omit error messages
Added new argument "omitErrors" for WbDbObjects
Oracle 12c sequences used for identity columns are adjusted faster by `alter table` command
Additional Javascript Bindings are added, when `JsBinding` classes are in package `wbplus.js.hosts`.
* improved status message for command truncateTable and disableConstraints
additional placeholder `_JDBC_PREFIX_` for JDBC-Prefix
Command is working under Oracle as well
improved WbDataCleanup handling (floating) numbers and boolean
Initial version of new command WbDataCleanup for cleanup of JSON fields
avoid NullPointException; improved logging for deleting tables;
Improved InitWb
First Version of InitWb; added GuiUtil
improved Console mode
improved WbDbObjects:
* new Method `createMissingIdSequences` in WbDbObjects; creates missing Sequences (only relevant for ORACLE)
re-organized Cleaner, plus replace PostgreSQL-Syntax `now()` to `current_timestamp`
API changes of SQLWorkbench
improved loading docbook and documentation
added methods getConnection and getDbId
* added placeholder `_NLS_ORA_CHAR_` and `_READ_ONLY_`
override method getFirstChars
moved class AnalyzePgObjects to postgres package
Added class AnalyzePgObjects for analyzing PostgreSQL objects; esp. disabled triggers and invalid index
added placeholder JSONB, using JSON columns in PostgreSQL and Oracle
improved generating HTML Reports: multi-line comments; reading release info from XML file
* when using WbConnect, you get a new connection - save it for further Commands
improved logging for Command `WbExecute`
placeholder for BIGINT should be in Oracle without fraction
clean-up of Oracle datatypes
added new parameter adjustSequences for adjusting sequences to max ID
WbExecute
WbExecute
Home
by default using `TIMESTAMP WITH LOCAL TIME ZONE` for TIMESTAMP-column, as recommended by Oracle, see [Online-Documentation](https://docs.oracle.com/database/121/NLSPG/ch4datetime.htm#NLSPG262)
WbExecute
improved reading from UTF-8 files
improved Wb-Command WbExecute
added helper method `lastLine`
improved WbExecute: added conditional parameter...
when file has BOM the first line is not read co...
changed Exception-Hanlding, so it will work wit...
added helper method `getLangAndCountry`
improved help for WbDbObjects
logging deprecated table when defined in config...
translations for additional checkbox
improved translations of select buttons; managi...
improved loading variables
renaming options, added option REPLACE_PROP_FIL...
executing javascript: added parameter "code", s...
reworked executing javascript code to standard ...
reworked executing javascript code to standard ...
small, but important fix of method getErrorCode
improved converting Oracale code to PostgreSQL:
- adding placeholders for index generation
WbCreateScript - adding new feature: appending ...
reworked WbCreateScript
new SQL command WbCreateScript for generating s...
added import and export test files
corrected and improved default export
cosmetic improvements and corrected import count
cosmetic improvements
improved import - made it more bulletproofed
- flag "addNewKeys" of method doImport is worki...
missing encoding; code-cleanup
improved fuzzy logic
setting fuzzy and translated when importing and...
code clean-up: WbManageI18nImport can now be us...
reworked export: using classes of SQLWorkbench ...
using classes of SQLWorkbench for importing fro...
using classes of SQLWorkbench for importing fro...
improved import handling using DataStore
reworked import of CSV file
make JsDBCon more robust
additional method "hasOut"
#10829: Markus' Patch bzgl Import eingespielt
overwrite method findMessageKey with Locale
added helper methods
- added new check-box for case-insensitive search
- added new filter EQUALS_MAIN
countries to languages are shown now (e.g. en_U...
- try to use DATA tablespace instead of USERS