-
Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco。
正在项目中使用,可以加到列表中
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
13
### Bug summary
When trying to upgrade Umbraco to v13 in azure we get a timeout exception during v12 …
-
### Which uMarketingSuite version are you using? (Please write the *exact* version, example: 1.24.3)
2.0.3
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0…
-
Hello Nathan 👋,
I download the latest version of your Flip package (I believe it's 13.0.0) and I'm using the latest patched version of Umbraco 13.3.2 (it's been a fun week).
I really liked how …
-
I added the _.tt_ and _.ttinclude_ files from the **NPoco_T4Generator** folder to a new folder in my project. I am using Visual Studio Express 2013 for Web, but I got the same errors when trying the s…
-
Hi
I am using NPoco (4.0.2) in an asp.net core website with Umbraco CMS 9.
My poco has a Datetime property and before I insert it into the database I use DateTime.Now() to set the value, which def…
-
This would be used for concurrency control scenarios.
One possible implementation is the use of timestamp columns (called rowersion in SQL Server).
https://msdn.microsoft.com/en-us/library/ms182776…
-
I've put all the details in a PR for NPoco here:
https://github.com/schotime/NPoco/pull/134
But decided it might be best to log an issue on this original project for completeness.
-
Hi, I'm just learning about PetaPoco. Looks cool. I especially like the additions and improvements that you've made in your branch and your successor NPoco!
In trying to see a "more complete" examp…
-
Hi @mganss,
I'm trying to test this library, it looks great for my purpose..
I have enabled change tracking in the source database and on 2 tables.
However when I run synchronizer.init() I g…