On 02-07-2010 08:48:18 +0200, Niels Nes wrote: > Changeset: 64acf9744dca for MonetDB > URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=64acf9744dca > Modified Files: > clients/src/mapiclient/dump.c ^^^^^ > sql/src/test/BugTracker-2010/Tests/All > sql/src/test/BugTracker-2010/Tests/limit_in_prepare.Bug-2552.sql > sql/src/test/BugTracker-2010/Tests/limit_in_prepare.Bug-2552.stable.err > sql/src/test/BugTracker-2010/Tests/limit_in_prepare.Bug-2552.stable.out > Branch: Jun2010 > Log Message: > > added test for fixed bug 2552 PREPARE: limit statement not recognised > > > diffs (158 lines): > > diff -r 1ee337e08430 -r 64acf9744dca clients/src/mapiclient/dump.c > --- a/clients/src/mapiclient/dump.c Fri Jul 02 08:30:13 2010 +0200 > +++ b/clients/src/mapiclient/dump.c Fri Jul 02 08:47:25 2010 +0200 > @@ -911,7 +911,7 @@ > const char functions[] = "SELECT \"f\".\"func\" " > "FROM \"sys\".\"schemas\" \"s\"," > "\"sys\".\"functions\" \"f\" " > - "WHERE \"f\".\"sql\" = TRUE AND " > + "WHERE \"f\".\"id\" > 2000 AND "
Was this an intended commit? (I also have problems with 'hg commit' doing a global commit instead of only the subtree from where you commit ...) > "\"s\".\"id\" = \"f\".\"schema_id\"" > "%s%s%s " > "ORDER BY \"f\".\"id\""; > diff -r 1ee337e08430 -r 64acf9744dca sql/src/test/BugTracker-2010/Tests/All > --- a/sql/src/test/BugTracker-2010/Tests/All Fri Jul 02 08:30:13 2010 +0200 > +++ b/sql/src/test/BugTracker-2010/Tests/All Fri Jul 02 08:47:25 2010 +0200 ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers