I am currently using SubSonic (2.2 and 3) for some ASP.NET projects and have managed to get them working with SQL Server (using ActiveRecord). However, I also want to know how to set it up with other开
Even a simple query like EmmaDatabase.EmmaDB ec = DatabaseProvider.GetEmmaDatabase(); var changes = (from o in ec.dbCachedChanges
Before I invest the time in modifying the SubSonic 3 source, I figured I ask to see if I\'m missing something simple.
This may be another of those \"should be simple\" things, but I can\'t f开发者_开发知识库ind anything on it so here I am asking what will most likely be a stupid question :$
I am playing around with SubSonic 3 ActiveRecord.I have a table called Users and I have the following fields in a MySQL database:
I\'m us开发者_开发技巧ing the latest subsonic dll and the latest linq templates from github. The db i\'m inserting into is MySQL. Id column on table is primary key auto increment.
I\'m trying to mock the Add method of subsonic SimpleRepository with Rihino mocks, I\'m using the IRepository Interface but I\'m new to mocking and d开发者_如何学Pythonont know how to go from there, c
I has encountered conversion from integer to string with MySql+SubSonic3 (it generates wrong SQL query). After I found root o开发者_C百科f the problem in SubSonic sources and fixed it, everything work
Here is the situation. I am using SubSonic 3 and w开发者_如何学Could like to specify at run time which connection string to use.This a command line application and the connection string name will be
Is it possible to use SubSonic 3\'s Simple Repository with non-plural table names?My DB already exists,开发者_如何学运维 the table names a re singular add I cannot change them.Nope, it is hardcoded in