Jeremy Pyne
Jeremy Pyne
I could see three possible settings on the options page: - Use quality settings from first track - Use Highest quality settings from all tracks - Custom - - Current...
I have started a PR for code changes and logical method changes to support multi-part keys. https://github.com/pynej/PetaPoco/tree/multi-part-pks Basically I made two changes. First off to make the PrimaryKey attribute support...
Cool. I'll look. Yah in not that farmilure with the internal code And that will need a bunch of update as well to get multi-part key working whe specified on...
I'v done a good bit more work on this. Basically I have: - Changed TableInfo.PrimaryKey to an array and updated references to it. - Added alternate methods to all the...
I don't think there is actually a bug here. The actual issue is that the ITypeHandler has to set it's parameter.DbType so that it doesn't try to push as sql_variant
Digest is required for MongoDb/Atlas.
Also worth noting, you can include just the core `ace.js` in the src folder, and then comment out the following line in `ng-prettyjson.js` and you will get editing capabilities without...
You can make it work pretty easily if you copy the ExcelWriter to you project and add a new constructor that takes the Sheet instead of the stream: ``` public...