subsonic3
SubSonic + Oracle - what's better 2.2 or 3?
I\'ve been using SubSonic 2 & 2.2 for a few years now with Sql Server. For my new job I just recently used SubSonic 2.2 with Oracle and ran into a few small issues.[详细]
2023-01-06 06:39 分类:问答Subsonic 3: How do I generate predefined set of stored procedures?
I have a large database with 1000s of stored procedures.. But I need to use only some o开发者_开发问答f them (say about 25 stored procs out of 1000). What should I change in T4 templates to limit the[详细]
2023-01-06 03:29 分类:问答Doing joins with SubSonic/ActiveRecord easily?
I am using SubSonic with the A开发者_C百科ctiveRecord template. I like it pretty well so far but can not figure out how to do a join query. I have read this link but the generated class templates it c[详细]
2023-01-05 20:54 分类:问答Subsonic updates multiple rows instead of 1?
Subsonic 3.0 is updating multiple rows instead of just the one it\'s supposed to DB Table is defined as follows -[详细]
2023-01-04 17:52 分类:问答Subsonic 3 LINQ Projection issue, fixed or no?
I\'m currently experiencing the issue mentioned here (and several other places): Subsonic 3 Linq Projection Issue[详细]
2023-01-04 10:39 分类:问答Subsonic ignoring TimeSpan property
For some reason the开发者_StackOverflow TimeSpan property on my class is not being persisted into the database by Subsonic it is simply being ignored!? All other properties are being saved OK. I am us[详细]
2023-01-03 13:24 分类:问答Help with Subsonic3 ActiveRecord LINQ query
I have the following subsonic entities TInvoiceHeader TAccountAssociation How can I achieve the following in LINQ (subsonic)[详细]
2023-01-03 10:13 分类:问答SQL Server lock/hang issue
I\'m using SQL Server 2008 on Windows Server 2008 R2, all sp\'d up. I\'m getting occasional issues with SQL Server hanging with the CPU usage on 100% on our live server. It seems all the wait time on[详细]
2023-01-03 04:41 分类:问答Is SubSonic's CodingHorror the only way to do WHERE ISNULL?
I\'m trying to do a simple UPDATE ... WHERE ISNULL() using SubSonic ActiveRecord and the only way I can get it to work is by u开发者_开发技巧sing CodingHorror. eg:[详细]
2023-01-02 11:44 分类:问答SimpleRepository auto migrations with indexes
I am using subsonic simplerepo with migrations in dev and it makes things pretty easy but I keep running into issues with my nvarchar columns that have an index. My users table has an index defined on[详细]
2023-01-01 08:42 分类:问答