Skip to content

Releases: jlolling/talendcomp_tSQLScriptParser

Dependencies reduced

Choose a tag to compare

@jlolling jlolling released this 09 Dec 13:24

Then former included but not used sql parser is removed

Bug fixing and dependencies cleanup

Choose a tag to compare

@jlolling jlolling released this 25 Jul 06:50

This is a bug fix release.
It fix a bug which irritates the script detection if comments are just before a block starts.

Option to prevent detect bind vars added

Choose a tag to compare

@jlolling jlolling released this 21 Feb 13:14

In some database like PostgreSQL or Snowflake colons (:) have the meaning of separating structured objects. In other database the colons following by an identifier is a bin variable.
Now the component has an option (default true) to detect bin variables. In case of snowflake, this option should be switched off to allow using the colon as separator between object and attribute.

build changed to maven

Choose a tag to compare

@jlolling jlolling released this 27 Jan 22:09
1.4

release 1.4: build system changed to maven