Releases: jamis/bulk_insert
Releases · jamis/bulk_insert
v1.9.0
This release mostly focus on extending the CI testing and restoring broken backward compatibility.
v1.8.2
Replace 'type_cast_from_column' to support Rails 6.1 (#68) [@zjohl]
v1.8.1
Bugfix:
- Worker options ignore: false and update_duplicates: false cause an error when using postgresql_adapter (#60) [@torce]
v1.8.0
- 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
- 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
- Support Mysql2 adapter (@varyform)
- Add support for
update_duplicates
(@mstruve)
- Add support for PostGIS, Mysql2Spatial (@knu)
v1.5.0
- "Ignore" support for SQLite [@jfiander]
- "Ignore" support for PostgreSQL [Mauro Berlanda]
- add a callback for before_save [René Sprotte]
v1.4.0
This version better supports Rails 5 (thanks @bencolon!) and adds an option for ignoring errors on insert (thanks @lumine!).
v1.3.0
Adds support for an "after save" callback on the worker. (Thanks @lukeledet!)
v1.2.0
Fix Rails 5.0 deprecation (thanks @huacnlee!)