File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ 1.8.2
2+ -----
3+
4+ - Replace 'type_cast_from_column' to support Rails 6.1 (#68 ) [ @zjohl ]
5+
161.8.1
27-----
8+
39- Worker options ignore: false and update_duplicates: false cause an error when using postgresql_adapter (#60 ) [ @torce ]
410
5111.8.0
612-----
13+
714- Abstract database-specific statements (#46 ) [ @sobstel ]
815- Allow to update duplicates on conflict in PostgreSQL (#40 ) [ @sobstel ]
916- Add CI on pull requests / merges (#38 ) [ @mberlanda ]
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- bulk_insert (1.8.1 )
4+ bulk_insert (1.8.2 )
55 activerecord (>= 3.2.0 )
66
77GEM
Original file line number Diff line number Diff line change 11module BulkInsert
22 MAJOR = 1
33 MINOR = 8
4- TINY = 1
4+ TINY = 2
55
66 VERSION = [ MAJOR , MINOR , TINY ] . join ( "." )
77end
You can’t perform that action at this time.
0 commit comments