Skip to content

Releases: jlolling/talendcomp_tSQLScriptParser

Dependencies reduced

09 Dec 13:24
Compare
Choose a tag to compare

Then former included but not used sql parser is removed

Bug fixing and dependencies cleanup

25 Jul 06:50
Compare
Choose a tag to compare

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

21 Feb 13:14
Compare
Choose a tag to compare

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

27 Jan 22:09
Compare
Choose a tag to compare
1.4

release 1.4: build system changed to maven