Skip to content

Releases: yajra/laravel-sql-loader

v1.8.1

28 Jun 07:25
Compare
Choose a tag to compare
  • fix: get column connection and table prefix #5
  • Fix issue when connection uses table prefix
  • Fix issue where custom connection is not used when fetching the table columns

v1.8.0

20 Jun 08:13
Compare
Choose a tag to compare
  • feat: add support for CSV Format Files #4

v1.7.1

04 Jun 14:41
Compare
Choose a tag to compare
  • fix: Fix osFileProcClause #3
  • fix: Sanitize headers #2
  • test: Add test for osFileProcClause
  • test: Add test for sanitize headers

v1.7.0

04 Jun 09:08
Compare
Choose a tag to compare
  • feat: add support for constant columns when using withHeaders
  • test: date format
  • test: fix missing migration
  • chore: bump deps

v1.6.2

02 Jun 14:06
Compare
Choose a tag to compare
  • fix: set a default value for boolean if the field is not nullable no default defined

v1.6.1

02 Jun 12:13
Compare
Choose a tag to compare
  • fix: withHeaders when using wildcard path

Note: when using a wildcard path, the first file is assumed to contain the headers. The succeeding files should not have headers or it will be reported as a bad record.

v1.6.0

02 Jun 10:50
Compare
Choose a tag to compare
  • feat: add support for wildcard in file path
  • feat: createColumnsFromHeaders api added

v1.5.0

02 Jun 06:36
Compare
Choose a tag to compare
  • fix: build columns using the latest schema get columns builder
  • feat: automatically detects filler columns
  • tests: boolean fields

v1.4.0

02 Jun 03:06
Compare
Choose a tag to compare
  • feat: add ability to set the database connection
  • docs: withHeader and connection added

v1.3.1

01 Jun 12:51
Compare
Choose a tag to compare
  • fix: set default CsvFile mode to w