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