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