Home / 4.0.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2019-09-06 1.3 kB
Release version 4.0.2.tar.gz 2019-09-06 20.6 MB
Release version 4.0.2.zip 2019-09-06 20.9 MB
Totals: 3 Items   41.5 MB 0

Important changes!

  • getl.config.ConfigSlurper: now the variables in the files should be described in the "configvars" section, to access the variables declared inside the file you need to use "configvars.name", for external variables use "vars.name" remains

Future

  • getl.jdbc.QueryDataset: added method "loadFile" and "loadResource"
  • getl.jdbc.SQLScripter: added method "loadFile" and "loadResource"
  • getl.utils.FileUtils: added method "ResourceFileName" for processing the prefix "resource:" in the file name and return the full path to the resource file
  • getl.utils.FileUtils: added method "IsResourceFileName", that determining that the file is stored in resources
  • getl.data.Dataset: added method "isResourceFileNameSchema", that determining that the dataset schema file is stored in resources
  • getl.data.Dataset: it is now possible to set the name of the resource file in "schemaFileName" (use "resource:" in the file name)
  • getl.jdbc.QueryDataset: it is now possible to set the name of the resource file in method "loadFile" (use "resource:" in the file name)
  • getl.jdbc.SQLScripter: it is now possible to set the name of the resource file in method "loadFile" (use "resource:" in the file name)

Fixed bugs

  • getl.utils.FileUtils: fixed error reading files from resources in the method "FileFromResources"
Source: README.md, updated 2019-09-06