This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / System.Data / Mono.Data.SqlExpressions / ChangeLog
1 2004-06-17  Boris Kirzner <borisk@mainsoft.com>
2         *  Comparison.cs - use 'as' to avoid NullReferenceExeption in casting.
3
4 2004-05-13  Umadevi S <sumadevi@novell.com>
5         *  Literal.cs - made class internal
6
7 2004-05-12  Umadevi S <sumadevi@novell.com>
8         * Expression.cs, Functions.cs, In.cs, Like.cs, Parser.jay, StringFunctions.cs - made class/enum/interfaces internal
9
10 2004-05-12  Umadevi S <sumadevi@novell.com>
11         * BooleanExpression.cs,ColumnReference.cs, Comparision.cs - made class/enum internal
12
13 2004-05-12  Umadevi S <sumadevi@novell.com>
14         * ArthimeticExpression.cs - made class internal
15
16 2004-05012  Umadevi S <sumadevi@novell.com>
17         * Aggregation.cs - made class/enums/interfaces internal 
18
19 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
20
21         * ArithmeticExpressions.cs: avoid null exception on add operation.
22
23 2004-04-29  Juraj Skripsky <juraj@hotfeet.ch>
24
25         * Parser.jay: Fix rule for negative expressions.
26         Add precedence rules for '<' and '>'.
27
28 2004-04-28 Boris Kirzner <borisk@mainsoft.com>
29
30         * ColumnReference.cs : using DataRow _inExpressionEvaluation before accessing row value
31           to get an access to deleted rows also.
32
33 2004-04-22  Juraj Skripsky <juraj@hotfeet.ch>
34
35         * Parser.jay: Allow computed expressions on left-hand side of
36         "like" operator.
37         Correct ordering for "is null" rule ("NOT IS NULL" => "IS NOT NULL"). 
38
39 2004-04-20  Juraj Skripsky <juraj@hotfeet.ch>
40
41         * Tokenizer.cs (ReadNumber): Correctly consume decimal point
42         when reading numbers. Fixes bug #57251.
43
44 2004-03-31  Juraj Skripsky <juraj@hotfeet.ch>
45
46         * Parser.jay, ColumnReference.cs, Comparison.cs, Functions.cs,
47         Aggregation.cs : fix bugs exposed by DataColumnTest.cs.
48
49 2004-03-29  Juraj Skripsky <juraj@hotfeet.ch>
50
51         * Initial implementation.