[GRASS5] GRASS 5.7.0 beta4
Stephan Holl
sholl at gmx.net
Sun Jun 13 12:50:27 EDT 2004
Hello Radim,
On Sat, 12 Jun 2004 12:08:40 +0200 Radim Blazek <blazek at itc.it> wrote:
> http://mpa.itc.it/radim/grass-5.7.0beta4.tar.gz
>
> Significant changes in DBF driver, I have rewritten the code
> parsing and evaluating WHERE conditions. Testing of DBF driver
> is desirable, especially with complicated WHERE conditions.
> I have added db.test but currently only one simple test is available,
> run it anyway (db.test test=test1), database must exist and set by
> db.connect.
>
> Small fix in Postgres driver ( escape backslash ).
>
I had to add this to make it compile fine.
diff -u -r1.18 yac.y
--- yac.y 11 Jun 2004 16:47:23 -0000 1.18
+++ yac.y 13 Jun 2004 16:47:27 -0000
@@ -194,7 +194,7 @@
y_sub_condition:
y_comparison { $$ = $1; }
- | '(' y_sub_condition ')' { $$ = $2 }
+ | '(' y_sub_condition ')' { $$ = $2; }
cheers
Stephan Holl
--
Stephan Holl
Check headers for GnuPG Key!
http://www.gdf-hannover.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/grass-dev/attachments/20040613/2c3f7f15/attachment.bin
More information about the grass-dev
mailing list