Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-11-08 | 1.8 kB | |
Release minor version 4.6.3.tar.gz | 2020-11-08 | 56.1 MB | |
Release minor version 4.6.3.zip | 2020-11-08 | 56.4 MB | |
Totals: 3 Items | 112.5 MB | 0 |
Getl important changes!!!
- getl.utils.Path: changed the names of methods "analizeFile" and "analizeDir" to "analyzeFile" and "analyzeDir", check their use in the code!
Dsl features
- repository.save: added methods to add views to repository (method addViews), global temporary tables (method addGlobalTables) and system tables (method addSystemTables)
Dsl bugs
- repository.datasets: the view object was not declared as a jdbc dataset
Getl features
- getl.utils.Path: added methods "Masks2Paths" (convert a list of masks to a list of paths) and "MatchList" (matching specified value with list of paths)
- getl.jdbc.TableDataset: added method "copyTo", with which you can copy rows from a table to another table of one database according to the specified mapping rules
Getl bugs
- getl.jdbc.ViewDataset: when creating an object, the object type was incorrectly substituted (table instead of view)
- getl.vertica.VerticaDriver: when reading the metadata of the view fields, the Vertica driver erroneously sets all fields to false in the isNull attribute, this has been fixed at the Getl level
- getl.config.ConfigSlurper: keys of map structures were not saved correctly if their name began with a number
- getl.csv.CSVDriver: when checking constraints was enabled, the length of text fields was not checked, if it was specified
- getl.data.Connection: when creating an object with parameter "logWriteToConsole", an error occurred that the parameter was not registered in super
- getl.jdbc.JDBCConnection: when creating an object with parameter "outputServerWarningToLog", an error occurred that the parameter was not registered in super
- getl.xml.XMLConnection: when creating an object with parameter "defaultAccessMethod", an error occurred that the parameter was not registered in super