184b2caa1159fdfea813bac9607a2b8e07ea7de8
[mono.git] / mcs / class / System.Data.Linq / ChangeLog
1 2009-03-12  Jonathan Pryor  <jpryor@novell.com>
2
3         * Makefile: Add a dist-local target and distribute all DbLinq sources.
4           We can't just rely on the normal System.Data.Linq.dll.sources
5           handling because ../../tools/sqlmetal also uses these sources.
6
7 2009-03-12  Jonathan Pryor  <jpryor@novell.com>
8
9         * src/DbLinq/System.Data.Linq/Assembly/AssemblyInfo.cs: Allow 
10           sqlmetal.exe to access the System.Data.Linq.dll internals, as
11           sqlmetal.exe is DbMetal.exe, and needs access to (normally public)
12           DbLinq.dll types.
13
14 2009-03-12  Jonathan Pryor  <jpryor@novell.com>
15
16         * System.Data.Linq.dll.sources: Sort filenames (to more easily see
17           which DbLinq files are being excluded from the build), and add
18           additional files to the build, specifically the *SchemaLoader and
19           *DataContext types.
20         * src/**: Flush to DbLinq r1013 (which allows the *SchemaLoader and
21           *DataContext types to build under MONO_STRICT).
22
23 2009-03-11  Jonathan Pryor  <jpryor@novell.com>
24
25         * src/DbMetal/**, src/VisualMetal/**: Remove generated directories.
26           (Oops.)
27
28 2009-03-11  Jonathan Pryor  <jpryor@novell.com>
29
30         * src/DbMetal/**, src/VisualMetal/**: Added, so that we can add a 
31           `sqlmetal' tool which uses the DbMetal sources.
32
33 2009-03-11  Jonathan Pryor  <jpryor@novell.com>
34
35         * Flush.  (Updates to sync with DbLinq r1009, fixes IVendor lookup 
36           within System.Data.Linq.dll, add unit tests -- which aren't hooked 
37           up to Mono's build system -- various bug fixes, etc.)
38
39 2009-03-11  Jonathan Pryor  <jpryor@novell.com>
40
41         * Flush.  (Updates to sync with DbLinq r1009, fixes IVendor lookup 
42           within System.Data.Linq.dll, add unit tests -- which aren't hooked 
43           up to Mono's build system -- various bug fixes, etc.)
44
45 2009-02-18  Jonathan Pryor  <jpryor@novell.com>
46
47         * Add a more functional (i.e. fewer-stubs) implementation of 
48           System.Data.Linq.
49
50 2008-12-02  Atsushi Enomoto  <atsushi@ximian.com>
51
52         * updated to DbLinq r966.
53
54 2008-11-25  Atsushi Enomoto  <atsushi@ximian.com>
55
56         * updated to DbLinq r960.
57
58 2008-11-18  Atsushi Enomoto  <atsushi@ximian.com>
59
60         * updated to DbLinq r947 (XmlMappingSource).
61
62 2008-11-12  Atsushi Enomoto  <atsushi@ximian.com>
63
64         * updated to DbLinq r946 (quick fix for vendor loading).
65
66 2008-11-12  Atsushi Enomoto  <atsushi@ximian.com>
67
68         * updated to DbLinq r945.
69           It is not working well wrt connectionString yet.
70
71 2008-10-24  Atsushi Enomoto  <atsushi@ximian.com>
72
73         * updated to DbLinq r931.
74
75 2008-10-10  Atsushi Enomoto  <atsushi@ximian.com>
76
77         * src/DbLinq.Firebird, System.Data.Linq.dll.sources :
78           added Firebird support sources (new in DbLinq).
79
80 2008-10-09  Atsushi Enomoto  <atsushi@ximian.com>
81
82         * src/DbLinq.{Oracle|MySql|PostgreSql|Sqlite|Ingres}: new.
83         * src/DbLinq : updated to DbLinq r905.
84         * System.Data.Linq.dll.sources : added vendor-specific files and
85           new files in r905.
86
87 2008-10-08  Atsushi Enomoto  <atsushi@ximian.com>
88
89         * System.Data.Linq.dll.sources : fix wrong reference to EntitySet.cs.
90
91 2008-10-08  Atsushi Enomoto  <atsushi@ximian.com>
92
93         * System.Data.Linq.dll.sources :
94           SqlServer vendor sources were missing.
95
96 2008-10-07  Atsushi Enomoto  <atsushi@ximian.com>
97
98         * System.Data.Linq.dll.sources, Makefile, src/* :
99           replace everything with DBLinq integration.
100
101           Imported DBLinq tree is r899. Skipped: DbLinq.Localization,
102           DbLinq.Ingres, DbLinq.MySql, DbLinq.Oracle, DbLinq.PostgreSql,
103           DbLinq.Sqlite, DbMetal, VisualMetal directories.
104
105 2008-05-20  Atsushi Enomoto  <atsushi@ximian.com>
106
107         * System.Data.Linq.dll.sources :
108           added System.Data.Linq.SqlClient* stubs.
109
110 2008-05-20  Atsushi Enomoto  <atsushi@ximian.com>
111
112         * Makefile, System.Data.Linq.dll.sources : refresh stub checkin.
113