Re: [Monetdb-developers] MonetDB: Jun2010 - added test for fixed bug 2552 PREPARE: limit ...
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
On 2010-07-02 09:18, Fabian Groffen wrote:
(I also have problems with 'hg commit' doing a global commit instead of only the subtree from where you commit ...)
As I already mentioned to Niels privately, perhaps the "record" extension can be of use here. Just use hg record instead of hg commit and specify interactively which changes you want to commit. -- Sjoerd Mullender
participants (2)
-
Fabian Groffen
-
Sjoerd Mullender