Releases: jamis/bulk_insert
Releases · jamis/bulk_insert
v1.9.0
10 Mar 21:17
Compare
Sorry, something went wrong.
No results found
This release mostly focus on extending the CI testing and restoring broken backward compatibility.
v1.8.2
05 Feb 22:28
Compare
Sorry, something went wrong.
No results found
Replace 'type_cast_from_column' to support Rails 6.1 (#68 ) [@zjohl ]
v1.8.1
25 May 21:27
Compare
Sorry, something went wrong.
No results found
Bugfix:
Worker options ignore: false and update_duplicates: false cause an error when using postgresql_adapter (#60 ) [@torce ]
v1.8.0
19 May 20:43
Compare
Sorry, something went wrong.
No results found
Abstract database-specific statements (#46 ) [@sobstel ]
Allow to update duplicates on conflict in PostgreSQL (#40 ) [@sobstel ]
Add CI on pull requests / merges (#38 ) [@mberlanda ]
v1.7.0
27 Jun 14:56
Compare
Sorry, something went wrong.
No results found
Reduce requirements to allow rails 3 (#31 ) [Dmitry Ishkov]
Add backticks around "on duplicate key" columns (MySQL) (#33 ) [Mauro Berlanda]
PostgreSQL option to return primary keys (#32 ) [Peter Loomis]
v1.6.0
28 Sep 16:05
Compare
Sorry, something went wrong.
No results found
Support Mysql2 adapter (@varyform )
Add support for update_duplicates (@mstruve )
Add support for PostGIS, Mysql2Spatial (@knu )
v1.5.0
19 Jun 20:08
Compare
Sorry, something went wrong.
No results found
"Ignore" support for SQLite [@jfiander ]
"Ignore" support for PostgreSQL [Mauro Berlanda]
add a callback for before_save [René Sprotte]
v1.4.0
11 Feb 23:52
Compare
Sorry, something went wrong.
No results found
This version better supports Rails 5 (thanks @bencolon !) and adds an option for ignoring errors on insert (thanks @lumine !).
v1.3.0
01 Nov 18:02
Compare
Sorry, something went wrong.
No results found
Adds support for an "after save" callback on the worker. (Thanks @lukeledet !)
v1.2.0
03 May 16:48
Compare
Sorry, something went wrong.
No results found
Fix Rails 5.0 deprecation (thanks @huacnlee !)