Activity for SQL Workbench Plus

  • Franz Franz committed [r165]

    Use JdbcUtils instead of SqlUtil; Changes to Java 11

  • Franz Franz committed [r164]

    Override methods keySet and entrySet, so sorting is working also with Java 11

  • Franz Franz committed [r163]

    added getSplitEntry for usage in XSLT files

  • Franz Franz committed [r162]

    changed logging, so `CallerInfo` is used

  • Franz Franz committed [r161]

    SC-3673 Add factor for large tables (changes because of updated SQLWorkbench)

  • Franz Franz committed [r160]

    Added method matchesDbVersion for easier check script

  • Franz Franz committed [r159]

    Adding placeholder `_VARCHAR_PATTERN_OPS_` for PostgreSQL

  • Franz Franz committed [r158]

    Added possibility of YesNo message boxes for checks in javascript files

  • Franz Franz committed [r157]

    Added translations for idempotent

  • Franz Franz committed [r156]

    Return error correctly with an `ErrorDescriptor`, so this could be evaluated later

  • Franz Franz committed [r155]

    Fixed bug for PostgreSQL adjusting sequences

  • Franz Franz committed [r154]

    Javascript logs into separate log file using suffix `_js`

  • Franz Franz committed [r153]

    Added initial `README.md` file and `_OVERFLOW_` property for databases Oracle and PostgreSQL

  • Franz Franz modified a wiki page

    WbDbObjects

  • Franz Franz committed [r152]

    added new translation with key "LgtDbSetupDialog.showSteps"

  • Franz Franz committed [r151]

    * Added new argument "omitErrors" for WbDbObjects, to omit error messages

  • Franz Franz committed [r150]

    Added new argument "omitErrors" for WbDbObjects

  • Franz Franz committed [r149]

    Oracle 12c sequences used for identity columns are adjusted faster by `alter table` command

  • Franz Franz committed [r148]

    Additional Javascript Bindings are added, when `JsBinding` classes are in package `wbplus.js.hosts`.

  • Franz Franz committed [r147]

    * improved status message for command truncateTable and disableConstraints

  • Franz Franz committed [r146]

  • Franz Franz committed [r145]

    additional placeholder `_JDBC_PREFIX_` for JDBC-Prefix

  • Franz Franz committed [r144]

    Command is working under Oracle as well

  • Franz Franz committed [r143]

    improved WbDataCleanup handling (floating) numbers and boolean

  • Franz Franz committed [r142]

    Initial version of new command WbDataCleanup for cleanup of JSON fields

  • Franz Franz committed [r141]

    avoid NullPointException; improved logging for deleting tables;

  • Franz Franz committed [r140]

    Improved InitWb

  • Franz Franz committed [r139]

    First Version of InitWb; added GuiUtil

  • Franz Franz committed [r138]

    improved Console mode

  • Franz Franz committed [r137]

    improved WbDbObjects:

  • Franz Franz committed [r136]

    * new Method `createMissingIdSequences` in WbDbObjects; creates missing Sequences (only relevant for ORACLE)

  • Franz Franz committed [r135]

    re-organized Cleaner, plus replace PostgreSQL-Syntax `now()` to `current_timestamp`

  • Franz Franz committed [r134]

    API changes of SQLWorkbench

  • Franz Franz committed [r133]

    improved loading docbook and documentation

  • Franz Franz committed [r132]

    added methods getConnection and getDbId

  • Franz Franz committed [r131]

    * added placeholder `_NLS_ORA_CHAR_` and `_READ_ONLY_`

  • Franz Franz committed [r130]

    override method getFirstChars

  • Franz Franz committed [r129]

    moved class AnalyzePgObjects to postgres package

  • Franz Franz committed [r128]

    Added class AnalyzePgObjects for analyzing PostgreSQL objects; esp. disabled triggers and invalid index

  • Franz Franz committed [r127]

    added placeholder JSONB, using JSON columns in PostgreSQL and Oracle

  • Franz Franz committed [r126]

    improved generating HTML Reports: multi-line comments; reading release info from XML file

  • Franz Franz committed [r125]

    * when using WbConnect, you get a new connection - save it for further Commands

  • Franz Franz committed [r124]

    improved logging for Command `WbExecute`

  • Franz Franz committed [r123]

    placeholder for BIGINT should be in Oracle without fraction

  • Franz Franz committed [r122]

    clean-up of Oracle datatypes

  • Franz Franz committed [r121]

    added new parameter adjustSequences for adjusting sequences to max ID

  • Franz Franz modified a wiki page

    WbExecute

  • Franz Franz modified a wiki page

    WbExecute

  • Franz Franz modified a wiki page

    Home

  • Franz Franz committed [r120]

    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)

  • Franz Franz created a wiki page

    WbExecute

  • Franz Franz committed [r119]

  • Franz Franz committed [r118]

    improved reading from UTF-8 files

  • Franz Franz committed [r117]

    improved Wb-Command WbExecute

  • Franz Franz committed [r116]

    added helper method `lastLine`

  • Franz Franz committed [r115]

    improved WbExecute: added conditional parameter...

  • Franz Franz committed [r114]

    when file has BOM the first line is not read co...

  • Franz Franz committed [r113]

    changed Exception-Hanlding, so it will work wit...

  • Franz Franz committed [r112]

    added helper method `getLangAndCountry`

  • Franz Franz committed [r111]

    improved help for WbDbObjects

  • Franz Franz committed [r110]

    logging deprecated table when defined in config...

  • Franz Franz committed [r109]

    translations for additional checkbox

  • Franz Franz committed [r108]

    improved translations of select buttons; managi...

  • Franz Franz committed [r107]

    improved loading variables

  • Franz Franz committed [r106]

    renaming options, added option REPLACE_PROP_FIL...

  • Franz Franz committed [r105]

    executing javascript: added parameter "code", s...

  • Franz Franz committed [r104]

    reworked executing javascript code to standard ...

  • Franz Franz committed [r103]

    reworked executing javascript code to standard ...

  • Franz Franz committed [r102]

    small, but important fix of method getErrorCode

  • Franz Franz committed [r101]

  • Franz Franz committed [r100]

    improved converting Oracale code to PostgreSQL:

  • Franz Franz committed [r99]

    - adding placeholders for index generation

  • Franz Franz committed [r98]

    WbCreateScript - adding new feature: appending ...

  • Franz Franz committed [r97]

    reworked WbCreateScript

  • Franz Franz committed [r96]

    new SQL command WbCreateScript for generating s...

  • Franz Franz committed [r95]

    added import and export test files

  • Franz Franz committed [r94]

    corrected and improved default export

  • Franz Franz committed [r93]

    cosmetic improvements and corrected import count

  • Franz Franz committed [r92]

    cosmetic improvements

  • Franz Franz committed [r91]

    improved import - made it more bulletproofed

  • Franz Franz committed [r90]

    - flag "addNewKeys" of method doImport is worki...

  • Franz Franz committed [r89]

    missing encoding; code-cleanup

  • Franz Franz committed [r88]

    improved fuzzy logic

  • Franz Franz committed [r87]

    setting fuzzy and translated when importing and...

  • Franz Franz committed [r86]

    code clean-up: WbManageI18nImport can now be us...

  • Franz Franz committed [r85]

  • Franz Franz committed [r84]

    reworked export: using classes of SQLWorkbench ...

  • Franz Franz committed [r83]

    using classes of SQLWorkbench for importing fro...

  • Franz Franz committed [r82]

    using classes of SQLWorkbench for importing fro...

  • Franz Franz committed [r81]

    improved import handling using DataStore

  • Franz Franz committed [r80]

    reworked import of CSV file

  • Franz Franz committed [r79]

    make JsDBCon more robust

  • Franz Franz committed [r78]

    additional method "hasOut"

  • Franz Franz committed [r77]

    #10829: Markus' Patch bzgl Import eingespielt

  • Franz Franz committed [r76]

    overwrite method findMessageKey with Locale

  • Franz Franz committed [r75]

    added helper methods

  • Franz Franz committed [r74]

    - added new check-box for case-insensitive search

  • Franz Franz committed [r73]

    - added new filter EQUALS_MAIN

  • Franz Franz committed [r72]

    countries to languages are shown now (e.g. en_U...

  • Franz Franz committed [r71]

    - try to use DATA tablespace instead of USERS

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.