Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / Paymentsense/Dapper.SimpleSave issues and pull requests

#68 - ISSUE:Saving Strings that contain "'" results in an error

Issue - State: open - Opened by lewis-as almost 6 years ago

#67 - downgrade newtonsoft.json to v9

Pull Request - State: closed - Opened by tuxford1 over 6 years ago

#66 - SoftDelete method calling itself

Pull Request - State: open - Opened by Kim66766 over 6 years ago

#65 - Non-nullable (int) type not allowed as Primary key

Issue - State: open - Opened by gabh over 7 years ago - 1 comment

#64 - Wire up foreign and primary key values in POCOs after save

Issue - State: closed - Opened by bartread almost 9 years ago - 1 comment

#63 - Contingency UPDATE use wrong value for primary key in WHERE clause

Issue - State: closed - Opened by bartread almost 9 years ago
Labels: bug

#62 - Move SimpleSave configuration options out of SimpleSaveExtensions

Issue - State: open - Opened by bartread almost 9 years ago
Labels: change, task, Jump In

#61 - Add a pre-script build hook to allow, e.g., audit properties to be updated

Issue - State: closed - Opened by bartread almost 9 years ago - 1 comment
Labels: enhancement

#60 - Feature/contributing

Pull Request - State: closed - Opened by bartread almost 9 years ago

#59 - So.... apparently using DBNull shouldn't be necessary with Dapper and…

Pull Request - State: closed - Opened by bartread almost 9 years ago

#58 - Added fix for interpreting strings as GUIDs.

Pull Request - State: closed - Opened by bartread almost 9 years ago

#57 - This is massively bent headed but should fix the InvalidCastException…

Pull Request - State: closed - Opened by bartread almost 9 years ago

#56 - Added some extra logging to try to get to the bottom of this InvalidC…

Pull Request - State: closed - Opened by bartread almost 9 years ago

#55 - No longer tries to UPDATE primary key column in contingency UPDATEs.

Pull Request - State: closed - Opened by bartread almost 9 years ago

#54 - Contingency UPDATEs should not set value for primary key column

Issue - State: closed - Opened by bartread almost 9 years ago - 1 comment

#53 - "System.DBNull cannot be used as a parameter value" error sometimes when updating

Issue - State: closed - Opened by bartread almost 9 years ago - 1 comment
Labels: bug

#52 - Develop

Pull Request - State: closed - Opened by bartread almost 9 years ago

#51 - Improved logging of parameters so their values should be available.

Pull Request - State: closed - Opened by bartread almost 9 years ago

#50 - Develop

Pull Request - State: closed - Opened by bartread about 9 years ago

#49 - Bugfix/47 simplesaveignore bones simpleload

Pull Request - State: closed - Opened by bartread about 9 years ago

#48 - Now exports list of all properties, as well as just those that are wr…

Pull Request - State: closed - Opened by bartread about 9 years ago

#45 - Better name for the (now public) metadata cache.

Pull Request - State: closed - Opened by bartread about 9 years ago

#44 - Feature/expose metadata cache

Pull Request - State: closed - Opened by bartread about 9 years ago

#43 - Made DtoMetadataCache public so it can be shared with Dapper.SimpleLo…

Pull Request - State: closed - Opened by bartread about 9 years ago

#42 - Merging #40 - support for user assigned primary key values

Pull Request - State: closed - Opened by bartread about 9 years ago

#41 - Feature/40 user assigned primary keys

Pull Request - State: closed - Opened by bartread about 9 years ago

#40 - Add support for user assigned primary key values

Issue - State: closed - Opened by bartread about 9 years ago

#39 - Added ambient transaction support

Pull Request - State: closed - Opened by bartread about 9 years ago

#38 - Now only creates an explicit IDbTransaction if no transaction is pass…

Pull Request - State: closed - Opened by bartread about 9 years ago

#37 - Now only creates an explicit IDbTransaction if no transaction is pass…

Pull Request - State: closed - Opened by bartread about 9 years ago

#36 - Add ambient transaction detection

Issue - State: closed - Opened by bartread about 9 years ago - 1 comment
Labels: enhancement

#35 - Add support for returning more than one value on INSERT

Issue - State: open - Opened by bartread about 9 years ago

#32 - Feature/2 support non pk columns for fks

Pull Request - State: closed - Opened by bartread about 9 years ago

#31 - Replace/update test cases for invalid attempts to save with SimpleSave

Issue - State: open - Opened by bartread about 9 years ago
Labels: change, tech debt

#30 - Bugfix/29 nested reference data invalidoperationexception

Pull Request - State: closed - Opened by bartread about 9 years ago

#29 - Attempt to INSERT object with nested reference data children fails with InvalidOperationException

Issue - State: open - Opened by bartread about 9 years ago - 2 comments
Labels: bug

#28 - Fixed #20 - pulling into master

Pull Request - State: closed - Opened by bartread about 9 years ago

#27 - Fixed #20 (I hope, since we don't have a repro scenario) - now made t…

Pull Request - State: closed - Opened by bartread about 9 years ago

#26 - Add contributor license

Issue - State: closed - Opened by bartread about 9 years ago - 1 comment
Labels: task, doc

#25 - Add MD for contributing

Issue - State: closed - Opened by bartread about 9 years ago - 1 comment
Labels: task, doc

#24 - Move documentation into wiki

Issue - State: closed - Opened by bartread about 9 years ago - 1 comment
Labels: task, doc

#23 - Pull improved error logging into master

Pull Request - State: closed - Opened by bartread about 9 years ago

#22 - Fixed #15 - now logs using objects, which should give better output i…

Pull Request - State: closed - Opened by bartread about 9 years ago

#21 - Fixed #15 - now logs using objects, which should give better output i…

Pull Request - State: closed - Opened by bartread about 9 years ago - 1 comment

#19 - Removing commented out code that I'd forgotten about.

Pull Request - State: closed - Opened by bartread about 9 years ago

#18 - Rats - forgot to remove commented out code.

Pull Request - State: closed - Opened by bartread about 9 years ago

#17 - Develop

Pull Request - State: closed - Opened by bartread about 9 years ago

#16 - Feature/12 incorrectly inserts existing child rows

Pull Request - State: closed - Opened by bartread about 9 years ago

#15 - Improve error logging to include generated script

Issue - State: closed - Opened by bartread about 9 years ago
Labels: enhancement, dev

#14 - Command generation tests should assert against generated scripts rather than intermediate commands

Issue - State: open - Opened by bartread about 9 years ago
Labels: change, task, test

#13 - For INSERTs where child is reference data with updateable FK columns UPDATE is done on parent

Issue - State: closed - Opened by bartread about 9 years ago - 2 comments
Labels: bug

#12 - connection.Create( ... ) incorrectly inserts existing related objects

Issue - State: closed - Opened by mikehancock about 9 years ago - 4 comments
Labels: bug, enhancement

#11 - Shouldn't require [ForeignKeyReference] attribute for one to one relationships with FK on parent

Issue - State: open - Opened by bartread about 9 years ago
Labels: bug, enhancement

#10 - Should throw a (useful) exception when a circular reference is detected

Issue - State: open - Opened by bartread about 9 years ago
Labels: bug, enhancement

#9 - Fixed #8 - added error logging.

Pull Request - State: closed - Opened by bartread about 9 years ago

#8 - Dapper.SimpleSave should log errors

Issue - State: closed - Opened by bartread about 9 years ago

#7 - Fixes #6 Added SimpleSaveIgnoreAttribute to replace ReadOnlyAttribute…

Pull Request - State: closed - Opened by bartread about 9 years ago

#6 - [ReadOnly] is a confusing name for an attribute

Issue - State: closed - Opened by bartread about 9 years ago - 1 comment
Labels: change

#5 - Collections

Pull Request - State: closed - Opened by bartread about 9 years ago

#3 - Dapper.SimpleSave shouldn't enforce *nullable* primary keys on reference data

Issue - State: open - Opened by bartread about 9 years ago
Labels: enhancement

#2 - Consider adding support for referencing non-primary key columns to foreign keys in Dapper.SimpleSave

Issue - State: open - Opened by bartread about 9 years ago - 2 comments
Labels: enhancement

#1 - Add support for saving collections of objects

Issue - State: closed - Opened by chrisliness about 9 years ago - 1 comment
Labels: enhancement