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