Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / jamis/bulk_insert issues and pull requests
#83 - Unnest to speed up inserts
Issue -
State: open - Opened by jonatas 3 months ago
- 1 comment
#82 - Incorrect default value inserted for JSON column types
Issue -
State: open - Opened by fschwahn over 2 years ago
#81 - Raise KeyError when specifying non existent column
Pull Request -
State: open - Opened by malclocke about 3 years ago
#80 - before_create not working, Is there any solution?
Issue -
State: open - Opened by RanX12 almost 4 years ago
#79 - Enable postgresql ci tests
Pull Request -
State: closed - Opened by mberlanda almost 4 years ago
#78 - Restore rails < 5 mysql support
Pull Request -
State: closed - Opened by mberlanda almost 4 years ago
#77 - Fix ci mysql tests using connection mocks
Pull Request -
State: closed - Opened by mberlanda about 4 years ago
- 1 comment
#76 - test: stub connection in unit test to emulate multi adapter support within the same suite
Pull Request -
State: closed - Opened by mberlanda about 4 years ago
- 1 comment
#75 - Run ci tests on mysql
Pull Request -
State: closed - Opened by mberlanda about 4 years ago
#74 - Prepare ci mysql testing
Pull Request -
State: closed - Opened by mberlanda about 4 years ago
#73 - build ci on master branch only
Pull Request -
State: closed - Opened by mberlanda about 4 years ago
#72 - Restore ruby 2.2 support
Pull Request -
State: closed - Opened by mberlanda about 4 years ago
#71 - Bump rake from 12.3.1 to 13.0.3
Pull Request -
State: closed - Opened by dependabot[bot] about 4 years ago
- 1 comment
Labels: dependencies
#70 - Bump nokogiri from 1.8.3 to 1.11.1
Pull Request -
State: closed - Opened by dependabot[bot] about 4 years ago
- 1 comment
Labels: dependencies
#69 - Drop ruby 2.2 support
Pull Request -
State: closed - Opened by mberlanda about 4 years ago
- 1 comment
#68 - Replace 'type_cast_from_column' to support Rails 6.1
Pull Request -
State: closed - Opened by zjohl about 4 years ago
- 2 comments
#67 - bulk_insert version 1.8.1 doesn't play nice with activerecord and mysql2
Issue -
State: closed - Opened by grdw about 4 years ago
- 2 comments
#66 - bulk_insert does not return a worker object
Issue -
State: open - Opened by fredwillmore over 4 years ago
- 4 comments
#65 - Before/After create callbacks
Issue -
State: open - Opened by ShiraUnger over 4 years ago
- 1 comment
#64 - Replace type_cast_from_column to lookup_cast_type_from_column.
Pull Request -
State: closed - Opened by huacnlee over 4 years ago
#63 - Bump rack from 2.0.5 to 2.2.3
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
- 1 comment
Labels: dependencies
#62 - Bump websocket-extensions from 0.1.3 to 0.1.5
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
- 1 comment
Labels: dependencies
#61 - Enhance Travis tests
Pull Request -
State: closed - Opened by mberlanda over 4 years ago
- 2 comments
#60 - Worker options ignore: false and update_duplicates: false cause an error when using postgresql_adapter.
Pull Request -
State: closed - Opened by torce almost 5 years ago
- 2 comments
#59 - CI: fix ruby 2.7 build
Issue -
State: closed - Opened by mberlanda almost 5 years ago
- 1 comment
#58 - Drop support for ruby < 2.4 (#57)
Pull Request -
State: closed - Opened by mberlanda almost 5 years ago
- 4 comments
#57 - Drop support for Ruby < 2.4
Issue -
State: closed - Opened by mberlanda almost 5 years ago
#56 - Bump rake from 12.3.1 to 13.0.1
Pull Request -
State: closed - Opened by dependabot[bot] almost 5 years ago
- 1 comment
Labels: dependencies
#55 - Bump rack from 2.0.5 to 2.2.2
Pull Request -
State: closed - Opened by dependabot[bot] almost 5 years ago
- 1 comment
Labels: dependencies
#54 - Bump nokogiri from 1.8.3 to 1.10.9
Pull Request -
State: closed - Opened by dependabot[bot] almost 5 years ago
- 1 comment
Labels: dependencies
#53 - Bump loofah from 2.2.2 to 2.5.0
Pull Request -
State: closed - Opened by dependabot[bot] almost 5 years ago
- 2 comments
Labels: dependencies
#52 - Grant to myself push permissions to rubygems
Pull Request -
State: closed - Opened by mberlanda almost 5 years ago
- 2 comments
#51 - Option for ignored columns on update
Pull Request -
State: closed - Opened by aqeelvn about 5 years ago
- 9 comments
#50 - Update duplicates option currently updates all columns which may not be desirable
Issue -
State: open - Opened by aqeelvn about 5 years ago
#49 - Ability to set specific column list for update duplicates statement
Pull Request -
State: open - Opened by steverovsky about 5 years ago
- 1 comment
#48 - Double-quoting column names in ON CONFLICT statement (PostgreSQL)
Pull Request -
State: open - Opened by steverovsky about 5 years ago
- 1 comment
#47 - Deprecate the lib since Rails 6.x
Issue -
State: closed - Opened by sobstel about 5 years ago
- 2 comments
#46 - Abstract database-specific statements
Pull Request -
State: closed - Opened by sobstel about 5 years ago
- 8 comments
#45 - Falsey column defaults not used
Issue -
State: open - Opened by harto over 5 years ago
- 1 comment
#44 - CI: include 2.6 in build matrix
Pull Request -
State: closed - Opened by olleolleolle almost 6 years ago
- 1 comment
Labels: won't be merged
#43 - Return primary keys when using blocks or values
Pull Request -
State: open - Opened by pomier about 6 years ago
- 2 comments
#42 - Abstract database-specific statements
Issue -
State: closed - Opened by sobstel about 6 years ago
- 7 comments
#41 - Result returned from INSERT is nil
Issue -
State: closed - Opened by bradrf over 6 years ago
- 9 comments
#40 - Allow to update duplicates on conflict in PostgreSQL
Pull Request -
State: closed - Opened by sobstel over 6 years ago
- 2 comments
#39 - Why the ID column is being removed from default columns
Issue -
State: closed - Opened by randavidovitz over 6 years ago
- 2 comments
#38 - Add CI on pull requests / merges
Pull Request -
State: closed - Opened by mberlanda over 6 years ago
- 5 comments
#37 - Small tests refactoring and added custom exceptions
Pull Request -
State: closed - Opened by mberlanda over 6 years ago
- 8 comments
#36 - Use #exec_insert over #exec_query because there's no field selections
Pull Request -
State: open - Opened by daemonsy over 6 years ago
- 8 comments
#35 - NoMethodError: undefined method 'result_sets' for nil:NilClass
Issue -
State: closed - Opened by theodorosidmar over 6 years ago
- 3 comments
#34 - Support PostgreSQL 9.5 ON CONFLICT DO UPDATE
Issue -
State: closed - Opened by sobstel over 6 years ago
- 1 comment
#33 - Add backticks for ON DUPLICATE statement in MySQL adapter
Pull Request -
State: closed - Opened by mberlanda over 6 years ago
- 1 comment
#32 - Postgres Option to Return Primary Keys
Pull Request -
State: closed - Opened by ploomis14 almost 7 years ago
- 3 comments
#31 - reduce requirements to allow rails 3
Pull Request -
State: closed - Opened by TheRusskiy almost 7 years ago
- 1 comment
#30 - Not null contraint but PARAM exists
Issue -
State: closed - Opened by JulioOrellana almost 7 years ago
- 2 comments
#29 - Modify bulk_insert to return ids of inserted records
Pull Request -
State: closed - Opened by ploomis14 almost 7 years ago
#28 - Allow Users to Update Duplicate Mysql Rows
Pull Request -
State: closed - Opened by mstruve over 7 years ago
- 2 comments
#27 - Support more adapters including Mysql2, Mysql2Spatial and PostGIS
Pull Request -
State: closed - Opened by knu over 7 years ago
- 1 comment
#26 - Add INSERT IGNORE support for Mysql2 adapter
Pull Request -
State: closed - Opened by varyform over 7 years ago
- 1 comment
#25 - Error when default column names are different
Issue -
State: closed - Opened by nishantkumar1292 over 7 years ago
- 2 comments
#24 - Bulk Insert Concurrency
Issue -
State: closed - Opened by sithara over 7 years ago
- 3 comments
#23 - Support PostgreSQL 9.5 ON CONFLICT when using ignore: true flag
Issue -
State: closed - Opened by tehPlayer over 7 years ago
- 2 comments
#22 - Support SQLite ignore syntax
Pull Request -
State: closed - Opened by jfiander almost 8 years ago
- 4 comments
#21 - Add before_save_callback option.
Pull Request -
State: closed - Opened by renspr almost 8 years ago
- 3 comments
#20 - Add before_save_callback option.
Pull Request -
State: closed - Opened by renspr almost 8 years ago
- 1 comment
#19 - Psql conflict | Made ignore parameter dependent on adapter name
Pull Request -
State: closed - Opened by mberlanda about 8 years ago
- 5 comments
#18 - allow an sql suffix to be added to the resulting INSERT SQL
Pull Request -
State: closed - Opened by darinpp about 8 years ago
- 7 comments
#17 - Support for psql ON CONFLICT
Issue -
State: closed - Opened by mberlanda about 8 years ago
- 4 comments
#16 - Make it work properly without *_id when it's a relation
Issue -
State: closed - Opened by waldofe about 8 years ago
- 3 comments
#15 - Ignore option
Pull Request -
State: closed - Opened by lumine about 8 years ago
- 1 comment
#14 - Fix Rails 5 belongs_to behaviour override
Pull Request -
State: closed - Opened by bencolon over 8 years ago
- 2 comments
#13 - Support an after save callback
Pull Request -
State: closed - Opened by lukeledet over 8 years ago
- 3 comments
#12 - counter_cache values are not updated
Issue -
State: closed - Opened by jamesfzhang over 8 years ago
- 1 comment
#11 - Allow BulkInsert to be used with ActiveRecord in non-Rails projects.
Pull Request -
State: closed - Opened by dave-slash-null over 8 years ago
- 2 comments
#10 - Rails dependency indirectly required
Issue -
State: closed - Opened by guy-silva over 8 years ago
- 3 comments
#9 - Fix Deprecation API call in Rails 5.
Pull Request -
State: closed - Opened by huacnlee almost 9 years ago
- 4 comments
#8 - Use module ClassMethods instead of class_methods for Rails 4.1 support
Pull Request -
State: closed - Opened by adrianbautista almost 9 years ago
- 1 comment
#7 - Support Rails 5
Issue -
State: closed - Opened by kaluznyo almost 9 years ago
- 2 comments
#6 - Update bulk_insert.gemspec
Pull Request -
State: closed - Opened by thoughtafter almost 9 years ago
- 1 comment
#5 - Add ability to handle Oracle
Pull Request -
State: closed - Opened by jchilders over 9 years ago
- 2 comments
#4 - Add support for RETURNING
Issue -
State: closed - Opened by gogiel over 9 years ago
- 1 comment
#3 - Update README.md
Pull Request -
State: closed - Opened by glaucocustodio over 9 years ago
- 2 comments
#2 - POC: Use Ruby inherited callback instead InsertBulk module
Issue -
State: closed - Opened by mehdi-farsi over 9 years ago
- 2 comments
#1 - Expose some helper methods to return the insertable columns
Pull Request -
State: closed - Opened by mehdi-farsi over 9 years ago
- 2 comments