17
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 15 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The DbLinq_test_ndb_strict.csproj project should define L2SQL. More... almost 15 years ago
Fixed ReadTest.Storage01() test on sqlserver: the test verify that when the storage is defined, it's used instead of the property mapped property, while when not, the property setter is used (when available) More... almost 15 years ago
Updated queries to work with PostgreSQL (3 more tests pass)
Federico Di Gregorio
as federico.digregorio
More... almost 15 years ago
Updated PostgreSQL version to work as a partial class of Northwind
Federico Di Gregorio
as federico.digregorio
More... almost 15 years ago
Now sets correct starting values for sequences (3 more tests pass)
Federico Di Gregorio
as federico.digregorio
More... almost 15 years ago
Fixed AnalyzeMember() to correctly handle select w/o storage mapped More... almost 15 years ago
Fix a build break. More... almost 15 years ago
Modified A2_ProductsTableHasEntries to quote table name
Federico Di Gregorio
as federico.digregorio
More... almost 15 years ago
Added Explicit attribute to tests expected to fail on PostgreSQL
Federico Di Gregorio
as federico.digregorio
More... almost 15 years ago
Fixed problem with DateTime literals
Federico Di Gregorio
as federico.digregorio
More... almost 15 years ago
Added NorthwindCustom.cs to SqlServer related tests. Added and fixed F27_SelectEmployee_Identifier() related to the storage fields/columns with different types than the property. More... almost 15 years ago
Fixed QueryableContains01 and QueryableContains02 (and moved to ReadTest_Subquery.cs) More... almost 15 years ago
Added NorthwindCustom.cs to run tests correctly More... almost 15 years ago
"Storage" property implementation
Federico Di Gregorio
as federico.digregorio
More... almost 15 years ago
* Delete old unnecessary comments (Giacomo Tesio correctly fixed the issue) More... almost 15 years ago
Fixed IN subqueries. Fixed r1181 chenges to ExpressionDispatcher.AnalyzeContains() to work correctly with parametric arrays. More... almost 15 years ago
* Re-break LoadOptions (accidental check-in from testing) More... almost 15 years ago
* Multiple column key references * Correct use of MetaType for SetEntitySetsQueries and SetEntityRefQueries * Correct setting of ThisKey and OtherKey in code generation * Correct renaming of associations containing a , (replace with a '_') * Update EntitySet to have more functions from L2SQL * Correctly set OtherMember in MetaType * Correctly lookup members by column name instead of member name * Somewhat Correctly handle Array.Contains() (there may be a more accurate way to do it, but it works) More... almost 15 years ago
Fix DataContextTest.Ctor_ConnectionString_ExtraParameters_Munging() under Mono. More... almost 15 years ago
MONO_STRICT usage in unit tests is too ambiguous. More... almost 15 years ago
Fix compilation under Mono. More... almost 15 years ago
Added a settable TextWriter to the Profiler. Console.Out by default. More... almost 15 years ago
removed some Console.WriteLine() I added for profiling porpouse More... almost 15 years ago
Fix DataContextTest.GetTable_TypeNull() More... almost 15 years ago
(REALLY) Little improvement in performances with a better ExpressionChain. Note that this is to test on MONO. More... almost 15 years ago
Make more AttributedMeta* types lazily initialize. More... almost 15 years ago
[ThreadStatic] on provider fields. More... almost 15 years ago
Make AttributedMetaModel lazily look up MetaTables and MetaFunctions. More... almost 15 years ago
Oops. !MONO_STRICT, not MONO_STRICT! More... almost 15 years ago
DbLinq.Util.Profiler can't be public in MONO_STRICT builds. More... almost 15 years ago