2
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FUNCTION: Added parameter to SoodaSchemaTool create XSLT directive in xml with merged schema file More... over 6 years ago
BUGFIX Order of tables for classes with inheritance and multiple static tables and dynamic field used gives incorrect field order and wrong insert statements. Fixed: all dynamic tables (and fields) are always at the end of collection, order of static tables and fields matches calls created by SoodaStubGen. More... over 6 years ago
BUGFIX Limit for 30 tables per class seems to be arbitrary and obsolete as it limits number of dynamic fields per class More... over 6 years ago
FUNCTION It is possible now to create subclasses dynamically - when subclassSelectorField value doesn't indicate any subclass defined in Schema, base class is used. Useful for dynamic tables/fields. More... over 6 years ago
BUGFIX NullReferenceException when new dynamic field is created (primary key field defs has no table info reference) More... over 6 years ago
BUGFIX: <unknown>Expression not worked with interfaces More... almost 8 years ago
TWEAK: <property>Expressions - additional exclusions in SelectExpressionPreprocessor. More... almost 8 years ago
TEWAK: Preprocessing select expression allows using translate unknown members (<member>Expression) with .NET functions / new objects. More... almost 8 years ago
BUGFIX: order by _rownum shouldn't be applied to subqueries More... about 8 years ago
BUGFIX: order by rownum_ when there are any order by expressions. More... about 8 years ago
BUGFIX: Sometimes records returned by MSSQL are unsorted More... about 8 years ago
BUGFIX: SoodaObject().Linq().OrderBy(x => x.TheSameField).OrderBy(x => x.TheSameField) throws exception. More... about 8 years ago
BUGFIX: LINQ - conversion to same type stops throwing exception. More... about 8 years ago
FUNCTION: <SoodaTransaction>.HasUncommitedChanges property BUGFIX: clear collection DeletedObjects after commit More... over 8 years ago
BUGFIX: <SoodaObject>.CollectionManyToMany.Contains(null) throws ArgumentNullException. More... over 8 years ago
CLEANUP Coding style. More... over 8 years ago
BUGFIX: not loaded fields shouldn't be checked for nulls. More... almost 9 years ago
BUGFIX: object marked for delete shouldn't be checked for nulls More... almost 9 years ago
BUGFIX: sooda/linq: can't find property from interface declared in dbschema object More... almost 9 years ago
BUGFIX Updates: check not-null fields after they have been precommitted. More... about 9 years ago
dont ignore exceptions More... about 9 years ago
fix: connection was not disposed when transaction rollback throws an exception More... about 9 years ago
FUNCTION Updates: check not-null fields. Use precommit values for temporary null values. More... about 9 years ago
FUNCTION Null precommit values. More... about 9 years ago
BUGFIX Schema: fill FieldInfo.ParentRelation. More... about 9 years ago
OPTIMIZATION Precommit: complete caching of per-datatype precommit values. More... about 9 years ago
CLEANUP SqlDataSource: fix coding style. More... about 9 years ago
renamed a method that was hiding a side efect under a harmless name More... about 9 years ago
more consistent now More... about 9 years ago
resource cleanup when retrying connection open IsOpen - returns false only if the connection is really closed (so it will dispose properly) More... about 9 years ago