Releases: yajra/laravel-sql-loader
Releases · yajra/laravel-sql-loader
v1.8.1
28 Jun 07:25
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
feat: add support for CSV Format Files #4
v1.7.1
04 Jun 14:41
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
fix: set a default value for boolean if the field is not nullable no default defined
v1.6.1
02 Jun 12:13
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
feat: add support for wildcard in file path
feat: createColumnsFromHeaders api added
v1.5.0
02 Jun 06:36
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
feat: add ability to set the database connection
docs: withHeader and connection added
v1.3.1
01 Jun 12:51
Compare
Sorry, something went wrong.
No results found
fix: set default CsvFile mode to w