Releases: yajra/laravel-sql-loader
Releases · yajra/laravel-sql-loader
v1.8.1
- 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
- feat: add support for CSV Format Files #4
v1.7.1
- fix: Fix osFileProcClause #3
- fix: Sanitize headers #2
- test: Add test for osFileProcClause
- test: Add test for sanitize headers
v1.7.0
- feat: add support for constant columns when using withHeaders
- test: date format
- test: fix missing migration
- chore: bump deps
v1.6.2
- fix: set a default value for boolean if the field is not nullable no default defined
v1.6.1
- 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
- feat: add support for wildcard in file path
- feat: createColumnsFromHeaders api added
v1.5.0
- fix: build columns using the latest schema get columns builder
- feat: automatically detects filler columns
- tests: boolean fields
v1.4.0
- feat: add ability to set the database connection
- docs: withHeader and connection added
v1.3.1
- fix: set default CsvFile mode to
w