0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merging in some changes More... almost 14 years ago
Altered MySql connection string to work around a bug in the 6.2.2 connector (Have to use password instead of pwd) Re added MySQLTest.tt to the project More... about 14 years ago
Updated SubSonic.Core.dll to latest version Commented out test that was causing knock on test failures (Issue 22 test in BugFixes). Reverted changes that break templates, so at least they run now. Need more tests... More... about 14 years ago
Modifications for support of multiple output files from the templates. More... about 14 years ago
Fix for multiple primary keys. More... over 14 years ago
Fix for images. More... over 14 years ago
Added CleanName properties for DataColumn in struct.tt file More... over 14 years ago
Added capability to change column name and table name More... over 14 years ago
Added Support for Long Blob (Northwind Examples, table Categories, Column Picture) More... over 14 years ago
Changed the Setup(List) method to add to the current collection of test items instead of replacing it More... over 14 years ago
Added a static DefaultDataProvider property (of type IDataProvider) to the generated DB class. This can be used as an one-stop shop to make SubSonic use a connection string specified at runtime instead of the one specified at template generation time. The overloaded ActiveRecord constructors/methods just dont cut it for this purpose (you basically need to modify all your db access code). More... over 14 years ago
This patch truncates the values automagically assigned to the CreatedOn and ModifiedOn columns (if present) down to the nearest second, mirroring the truncation done by the database. Without this truncation, saving a record and immediately retrieving it would result in the two objects having different CreatedOn/ModifiedOn values. Not the end of the world, but it wouldnt let me write complete unit tests. More... over 14 years ago
FIXED issue if DatabaseName is not specified in Settings.ttinclude, stored procedures do not get their method signatures generated because the DatabaseName must be null here to cause the restriction to be ignored in the GetSchema method More... over 14 years ago
Added support for short date and timestamp column types More... over 14 years ago
Added Schema definition (column collection) to table class More... over 14 years ago
Added TreatTinyInt1AsBool setting to enable explicit workaround for MySQL 'boolean' columns. Needs associated tiny patch in SubSonic.Core to work, otherwise incoming values are always going to be set to false. More... over 14 years ago
Allow columns of type `double` to work correctly More... over 14 years ago
Bugfix: unsigned decimal was being treated as string, introduced with change to correctly handle unsigned int8/16/32/64 More... over 14 years ago
CHANGED: SQLServer.ttinclude template reformatting More... over 14 years ago
Bug fixed with SQLite foreign key which prev version doesnt load function LoadFKTables More... over 14 years ago
Fixed bugs AutoIncrement columns at SQLite More... over 14 years ago
Added experimental support for foreign key in SQLite More... almost 15 years ago
Fixed SQLite Template regarding with data type, Added new SQLite T4 Test Template (basically just copied from MySQLTest.tt More... almost 15 years ago
Fixed for Issue whether the column has the same name like the table name More... almost 15 years ago
Fixed for Issue related with MySQL Unsigned Data types (Removed the testing line) More... almost 15 years ago
Fixed for Issue related with MySQL Unsigned Data types More... almost 15 years ago
FIXED: ActiveRecord - tinyint converted to Boolean in SqlServer.ttinclude. (Second occurrence) More... almost 15 years ago
FIXED: ActiveRecord - tinyint converted to Boolean in SqlServer.ttinclude. Thanks awbacker! More... almost 15 years ago
FIXED issue with the ordering of parameters for SPs. Closes #12 More... almost 15 years ago
ADDED MaxLength to Structs.tt column defs. Closes #10 More... almost 15 years ago