2009-03-26 Jonathan Pryor * Test/: Added (though empty), to allow building unit tests located in src/*/Test/**. * System.Data.Linq_test.dll.sources: Added; database-less unit tests. 2009-03-26 Jonathan Pryor * src/DbLinq/System.Data.Linq/Binary.cs: Update to pass the unit tests. * Makefile: Build against System.Runtime.Serialization.dll so that Binary can use the [DataContract] attribute. 2009-03-26 Jonathan Pryor * **/*: Flush. (Updates to sync with DbLinq r1026, correcting tests so that they build under Mono for testing System.Data.Linq.dll.) 2009-03-26 Jonathan Pryor * **/*: Flush. (Updates to sync with DbLinq r1020, adding additional tests generated from gui-compare differences.) 2009-03-19 Jonathan Pryor * src/DbLinq/Data/Linq/Database/Implementation/TransactionalCommand.cs, src/DbLinq.Firebird/FirebirdDataContext.cs, src/DbLinq.Ingres/IngresDataContext.cs, src/DbLinq.MySql/MysqlDataContext.cs, src/DbLinq.Oracle/OracleDataContext.cs, src/DbLinq.PostgreSql/PgsqlDataContext.cs, src/DbLinq.Sqlite/Schema/DataCommand.cs, src/DbLinq.Sqlite/SqliteDataContext.cs, src/DbLinq.SqlServer/SqlServerDataContext.cs, src/DbLinq/Util/ReflectionUtility.cs: Make types internal so that they aren't exported from System.Data.Linq.dll. 2009-03-12 Jonathan Pryor * Makefile: Also distribute .txt files. 2009-03-12 Jonathan Pryor * src/DbMetal/Generator/Implementation/CodeTextGenerator/CodeGenerator.cs: There is no System.Vendor namespace, so don't generate one. 2009-03-12 Jonathan Pryor * Makefile: Add a dist-local target and distribute all DbLinq sources. We can't just rely on the normal System.Data.Linq.dll.sources handling because ../../tools/sqlmetal also uses these sources. 2009-03-12 Jonathan Pryor * src/DbLinq/System.Data.Linq/Assembly/AssemblyInfo.cs: Allow sqlmetal.exe to access the System.Data.Linq.dll internals, as sqlmetal.exe is DbMetal.exe, and needs access to (normally public) DbLinq.dll types. 2009-03-12 Jonathan Pryor * System.Data.Linq.dll.sources: Sort filenames (to more easily see which DbLinq files are being excluded from the build), and add additional files to the build, specifically the *SchemaLoader and *DataContext types. * src/**: Flush to DbLinq r1013 (which allows the *SchemaLoader and *DataContext types to build under MONO_STRICT). 2009-03-11 Jonathan Pryor * src/DbMetal/**, src/VisualMetal/**: Remove generated directories. (Oops.) 2009-03-11 Jonathan Pryor * src/DbMetal/**, src/VisualMetal/**: Added, so that we can add a `sqlmetal' tool which uses the DbMetal sources. 2009-03-11 Jonathan Pryor * Flush. (Updates to sync with DbLinq r1009, fixes IVendor lookup within System.Data.Linq.dll, add unit tests -- which aren't hooked up to Mono's build system -- various bug fixes, etc.) 2009-03-11 Jonathan Pryor * Flush. (Updates to sync with DbLinq r1009, fixes IVendor lookup within System.Data.Linq.dll, add unit tests -- which aren't hooked up to Mono's build system -- various bug fixes, etc.) 2009-02-18 Jonathan Pryor * Add a more functional (i.e. fewer-stubs) implementation of System.Data.Linq. 2008-12-02 Atsushi Enomoto * updated to DbLinq r966. 2008-11-25 Atsushi Enomoto * updated to DbLinq r960. 2008-11-18 Atsushi Enomoto * updated to DbLinq r947 (XmlMappingSource). 2008-11-12 Atsushi Enomoto * updated to DbLinq r946 (quick fix for vendor loading). 2008-11-12 Atsushi Enomoto * updated to DbLinq r945. It is not working well wrt connectionString yet. 2008-10-24 Atsushi Enomoto * updated to DbLinq r931. 2008-10-10 Atsushi Enomoto * src/DbLinq.Firebird, System.Data.Linq.dll.sources : added Firebird support sources (new in DbLinq). 2008-10-09 Atsushi Enomoto * src/DbLinq.{Oracle|MySql|PostgreSql|Sqlite|Ingres}: new. * src/DbLinq : updated to DbLinq r905. * System.Data.Linq.dll.sources : added vendor-specific files and new files in r905. 2008-10-08 Atsushi Enomoto * System.Data.Linq.dll.sources : fix wrong reference to EntitySet.cs. 2008-10-08 Atsushi Enomoto * System.Data.Linq.dll.sources : SqlServer vendor sources were missing. 2008-10-07 Atsushi Enomoto * System.Data.Linq.dll.sources, Makefile, src/* : replace everything with DBLinq integration. Imported DBLinq tree is r899. Skipped: DbLinq.Localization, DbLinq.Ingres, DbLinq.MySql, DbLinq.Oracle, DbLinq.PostgreSql, DbLinq.Sqlite, DbMetal, VisualMetal directories. 2008-05-20 Atsushi Enomoto * System.Data.Linq.dll.sources : added System.Data.Linq.SqlClient* stubs. 2008-05-20 Atsushi Enomoto * Makefile, System.Data.Linq.dll.sources : refresh stub checkin.