NDB/Bindings 0.7.0 "Maybe the next release will be better"

Lots of code cleanups. All tests pass now. Code that sucked got removed too.

Milestone information

Project:
NDB/Bindings
Series:
trunk
Version:
0.7.0
Code name:
Maybe the next release will be better
Released:
 
Registrant:
Monty Taylor
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
No bugs are targeted to this milestone.

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon ndb-bindings-0.7.0.tar.gz (md5, sig) source tarball 62
last downloaded 4 weeks ago
Total downloads: 62

Release notes 

REMOVED NdbFactory. Added static factory methods to NdbClusterConnection instead.
We forgot to actually return the value at the end of NdbTransaction::getNextCompletedOperation.
Migration of get*Operation() methods from Java layer to SWIG layer.
PYTHON: Added .value property to NdbRecAttr that calls the appropriate get* switching on column type.
WL#4368 Fix NDB/J Unit Tests
Fixed Binary out typemap. (null terminate string length is not so useful here).
Split mgm.j into multiple files.
JAVA: Added a List<> based replacement for NdbFilterList.
Added single-node versions of stop, start and restart.
Removed NdbMgmError enum from being wrapped, since we are now "wrapping" it with Exceptions.
Made an Exception for each value of NdbError.Classification.
Added the Exception classes for MGM/J.
WL#4363 - Support for Decimal type in NDB/Bindings
WL#4370 - Decimal support for NDB/Python
Fixed getNextCompletedOperation to work with the null checks.
Added generic null check for all swig generated types.
Ran autoupdate on m4 files. Got rid of deprecated constructs.
Cleaned up the Ruby automake stuff so that it works on linux again.
WL#4364 - Remove Interpreted Program support

Changelog 

View the full changelog

revno: 408
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 19:21:30 +0200
message:
  Fixed a comment.
------------------------------------------------------------
revno: 407
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 19:21:13 +0200
message:
  Bumped version number to 0.7.0, since that's what we're going to release.
------------------------------------------------------------
revno: 406
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 18:11:08 +0200
message:
  REMOVED NdbFactory. Added static factory methods to NdbClusterConnection instead.
------------------------------------------------------------
revno: 405
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 17:51:22 +0200
message:
  Removed some extra NdbFactory cruft.
------------------------------------------------------------
revno: 404
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 17:21:54 +0200
message:
  We forgot to actually return the value at the end of NdbTransaction::getNextCompletedOperation.
------------------------------------------------------------
revno: 403
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 17:19:40 +0200
message:
  Merged in Dave's changes.
    ------------------------------------------------------------
    revno: 400.1.1
    committer: David Shrewsbury <email address hidden>
    branch nick: my-branch
    timestamp: Tue 2008-06-10 08:37:51 -0400
    message:
      * Migration of get*Operation() methods from Java layer to SWIG layer.
      * Removed NdbOperationFactoryImpl.java since it is no longer needed.
------------------------------------------------------------
revno: 402
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 17:17:19 +0200
message:
  Added .value property that calls the appropriate get* switching on column type.
------------------------------------------------------------
revno: 401
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-02 16:01:35 +0200
message:
  Make it ok for bzr log to fail (thanks kent)
------------------------------------------------------------
revno: 400
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-02 14:14:10 +0200
message:
  Re-merged in Jess's changes. (oops)
    ------------------------------------------------------------
    revno: 379.1.11
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Thu 2008-05-29 23:59:35 -0500
    message:
      test fixes to accomodate for bin fix
    ------------------------------------------------------------
    revno: 379.1.10
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Thu 2008-05-29 23:46:12 -0500
    message:
      merge
    ------------------------------------------------------------
    revno: 379.1.9
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Thu 2008-05-29 23:41:42 -0500
    message:
      enable assert
    ------------------------------------------------------------
    revno: 379.1.8
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Wed 2008-05-21 20:15:27 -0500
    message:
      aux fixes for removal of testcase
      added method for byte array comparison
      many more test cleanups
    ------------------------------------------------------------
    revno: 379.1.7
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Wed 2008-05-21 18:36:50 -0500
    message:
      added asserts to tests, and re-organized where needed
      removed redundant/useless NdbIndexScanOperationUtf8Latin1Test
    ------------------------------------------------------------
    revno: 379.1.6
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Wed 2008-05-21 14:24:31 -0500
    message:
      merge
    ------------------------------------------------------------
    revno: 379.1.5
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Tue 2008-05-20 13:32:59 -0500
    message:
      merge and fix Makefile for test rename
    ------------------------------------------------------------
    revno: 379.1.4
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Tue 2008-05-20 13:21:17 -0500
    message:
      renamed test
    ------------------------------------------------------------
    revno: 379.1.3
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Tue 2008-05-20 13:16:40 -0500
    message:
      clean up and improve test
    ------------------------------------------------------------
    revno: 379.1.2
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Mon 2008-05-19 22:50:10 -0500
    message:
      cleaned up and improved test
    ------------------------------------------------------------
    revno: 379.1.1
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Mon 2008-05-19 19:03:46 -0500
    message:
      removed useless retry and delete logic
      added additional testing with JDBC and NdbScanFilter
------------------------------------------------------------
revno: 399
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-02 14:11:56 +0200
message:
  Initial DateTime work.
------------------------------------------------------------
revno: 398
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sat 2008-05-31 09:18:46 +0200
message:
  Forgot to add NdbMgmFilterListImpl.java to the Makefile and to bzr.
------------------------------------------------------------
revno: 397
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-05-29 08:16:40 +0200
message:
  Added comment about getCPtr protection level.
------------------------------------------------------------
revno: 396
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-05-29 06:52:40 +0200
message:
  Fixed Binary out typemap. (null terminate string length is not so useful here).
  Modified the test real quick to test for the length and the trailing nulls.
------------------------------------------------------------
revno: 395
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Wed 2008-05-28 12:27:27 +0200
message:
  Split mgm.j into multiple files.
------------------------------------------------------------
revno: 394
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Wed 2008-05-28 11:48:11 +0200
message:
  Added a List<> based replacement for NdbFilterList.
------------------------------------------------------------
revno: 393
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Wed 2008-05-28 11:38:57 +0200
message:
  Added single-node versions of stop, start and restart.
------------------------------------------------------------
revno: 392
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-05-23 13:43:50 -0500
message:
  Oops. Slight ordering problem.
------------------------------------------------------------
revno: 391
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-05-23 13:41:10 -0500
message:
  Cleaned up exceptions, javadocs and headers for NdbClusterConnection.
------------------------------------------------------------
revno: 390
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-05-22 15:29:04 -0700
message:
  Removed NdbMgmError enum from being wrapped, since we are now "wrapping" it with Exceptions.
------------------------------------------------------------
revno: 389
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-05-22 14:57:56 -0700
message:
  Added the Exception classes for MGM/J.
------------------------------------------------------------
revno: 388
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-05-22 10:05:11 -0700
message:
  Made an Exception for each value of NdbError.Classification. Also made one for
  each NdbError.Status, but those are intended to be base classes and/or groupings
   for the Classification errors.
------------------------------------------------------------
revno: 387
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Wed 2008-05-21 13:40:52 -0700
message:
  WL#4363 - Support for Decimal type in NDB/Bindings

  Added a null trap to NDB/J. Ported a change from Python into the NDB/J code.
------------------------------------------------------------
revno: 386
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Wed 2008-05-21 13:38:02 -0700
message:
  WL#4370 - Decimal support for NDB/Python

  Finshed decimal support for Python. Input and output now work.
------------------------------------------------------------
revno: 385
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Wed 2008-05-21 11:55:43 -0700
message:
  Changed test name.
------------------------------------------------------------
revno: 384
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-05-20 20:38:38 -0700
message:
  Fixed getNextCompletedOperation to work with the null checks.
------------------------------------------------------------
revno: 383
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-05-20 20:14:15 -0700
message:
  Change to JNI declaration of the constructor.
------------------------------------------------------------
revno: 382
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-05-20 09:41:08 -0700
message:
  Added generic null check for all swig generated types.
------------------------------------------------------------
revno: 381
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-05-20 09:39:21 -0700
message:
  Moved javaout for NdbOperation to NdbTransaction.i.
  Removed the null check specific to NdbTransaction.
------------------------------------------------------------
revno: 380
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-05-19 17:08:30 -0700
message:
  Added in code to trap for NULL NdbTransactions.
------------------------------------------------------------
revno: 379
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Mon 2008-05-19 15:43:40 -0500
message:
  merge
  re-disable dbugPush
    ------------------------------------------------------------
    revno: 355.3.15
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-05-19 12:08:14 -0700
    message:
      Added refcounting stuff for NdbOperation to support the move of get*Operation back down to C++ land.
    ------------------------------------------------------------
    revno: 355.3.14
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Sat 2008-05-17 11:24:06 -0700
    message:
      Fixed a bad param in decimal.i and cleaned up test case on suggestions from Jess.
    ------------------------------------------------------------
    revno: 355.3.13
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Sat 2008-05-17 01:35:46 -0700
    message:
      Fixed the decimal typemaps for Java. Made things easier - convert to string first.
    ------------------------------------------------------------
    revno: 355.3.12
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Sat 2008-05-17 01:34:35 -0700
    message:
      WL#4363 Support for Decimal type in NDB/Bindings

      Added Decimal type support and a test. The test passes.
      There are still some things related to matching up of scale that should probably be done.
    ------------------------------------------------------------
    revno: 355.3.11
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Fri 2008-05-16 01:53:51 -0700
    message:
      Ran autoupdate on m4 files. Got rid of deprecated constructs.
    ------------------------------------------------------------
    revno: 355.3.10
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Fri 2008-05-16 01:53:28 -0700
    message:
      Cleaned up the Ruby automake stuff so that it works on linux again.
------------------------------------------------------------
revno: 378
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Mon 2008-05-19 15:13:45 -0500
message:
  mass reformatting of tests and removal of all unneeded exception "un-handling"
------------------------------------------------------------
revno: 377
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Sat 2008-05-17 01:26:13 -0500
message:
  fixed some small stuff
------------------------------------------------------------
revno: 376
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Sat 2008-05-17 01:19:36 -0500
message:
  fix useless asserts
  cleanups for tests and exception stuff
------------------------------------------------------------
revno: 375
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Sat 2008-05-17 00:17:56 -0500
message:
  change table name not to conflict with prev test (causes schema out of date exception)
  removed useless asserts and exception "unhandling"
  fixed commit of deletes during scan
------------------------------------------------------------
revno: 374
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Fri 2008-05-16 23:59:26 -0500
message:
  switch back to *correct* column indexes
  fix committing of deleted records while scanning
------------------------------------------------------------
revno: 373
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Fri 2008-05-16 23:57:29 -0500
message:
  use html escapes in some javadoc strings
------------------------------------------------------------
revno: 372
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Wed 2008-05-14 15:33:08 -0500
message:
  merge
    ------------------------------------------------------------
    revno: 355.3.9
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 13:09:48 -0700
    message:
      "Fixed" ruby build on OSX. Should _really_ do this right - and get it done with libtool instead.
    ------------------------------------------------------------
    revno: 355.3.8
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 12:56:30 -0700
    message:
      WL#4364 - And cleaned up com.mysql.cluster.ndbapi.NdbIndexOperation interface.
    ------------------------------------------------------------
    revno: 355.3.7
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 12:52:56 -0700
    message:
      Since we're possibly using a different JDK than the user might be expecting, warn them.
    ------------------------------------------------------------
    revno: 355.3.6
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 12:45:13 -0700
    message:
      WL#4364 - Removed some Interpreted Program code I'd missed.
    ------------------------------------------------------------
    revno: 355.3.5
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 12:43:38 -0700
    message:
      Added explicit casts from (jint *) to (int *) to make g++ on Apple happy.
    ------------------------------------------------------------
    revno: 355.3.4
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 12:43:01 -0700
    message:
      Added files in cpp to EXTRA_DIST.
    ------------------------------------------------------------
    revno: 355.3.3
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 12:42:26 -0700
    message:
      Fixed build error on Apple where JDK paths are wonky. It's a little kludgy, but works so far.
    ------------------------------------------------------------
    revno: 355.3.2
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 02:04:10 -0700
    message:
      Merged.
    ------------------------------------------------------------
    revno: 355.3.1
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-05-08 12:23:13 -0700
    message:
      Added a whole bunch of generated files to the .bzrignore file.
------------------------------------------------------------
revno: 371
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Tue 2008-05-13 14:13:04 -0500
message:
  untest
------------------------------------------------------------
revno: 370
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Tue 2008-05-13 14:12:23 -0500
message:
  test
------------------------------------------------------------
revno: 369
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Mon 2008-05-12 02:53:51 -0500
message:
  fix blob null check and clean up NdbBlobTest
------------------------------------------------------------
revno: 368
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Sat 2008-05-10 01:14:15 -0500
message:
  cleaned up and fixed NdbOperationTest
------------------------------------------------------------
revno: 367
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Fri 2008-05-09 23:38:20 -0500
message:
  fixed and cleaned up QuickAsyncTest
  exposed error on callback to check for async error conditions
------------------------------------------------------------
revno: 366
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Fri 2008-05-09 19:02:05 -0500
message:
  improve error reporting in TestCallback
  fixed and cleaned up MultipleAsyncTest
------------------------------------------------------------
revno: 365
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Fri 2008-05-09 13:52:54 -0500
message:
  merge
    ------------------------------------------------------------
    revno: 355.1.77
    committer: David Shrewsbury <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-05-08 16:06:57 -0400
    message:
      test
    ------------------------------------------------------------
    revno: 355.2.2
    committer: David Shrewsbury <email address hidden>
    branch nick: proj2
    timestamp: Thu 2008-05-08 15:46:02 -0400
    message:
      Fix for ordered index scan test. Order the results properly.
    ------------------------------------------------------------
    revno: 355.2.1
    committer: David Shrewsbury <email address hidden>
    branch nick: proj2
    timestamp: Thu 2008-05-08 15:21:31 -0400
    message:
      Fixed Ordered Index test by adding the ScanFlag so we'll have
      a sorted result set.
------------------------------------------------------------
revno: 364
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Thu 2008-05-08 14:53:19 -0500
message:
  merge
    ------------------------------------------------------------
    revno: 355.1.76
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-05-08 09:14:03 -0700
    message:
      Moved getSelectOperation from Java to underlying C so everyone can have the fun.
    ------------------------------------------------------------
    revno: 355.1.75
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-05-08 09:11:21 -0700
    message:
      Fixed a syntax error.
    ------------------------------------------------------------
    revno: 355.1.74
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-05-08 09:10:25 -0700
    message:
      Moved LockMode typemaps into their own file so they can be included before NdbTransaction.i, which also uses them.
    ------------------------------------------------------------
    revno: 355.1.73
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-05-08 09:09:17 -0700
    message:
      Fixed an old reference to ndbapi module in recattr typemaps for python.
------------------------------------------------------------
revno: 363
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Wed 2008-05-07 14:11:00 -0500
message:
  merge
    ------------------------------------------------------------
    revno: 355.1.72
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-05-05 23:40:55 -0700
    message:
      Added in typemap to python for handling decimal.
      Fixed a return check in NdbRecAttr->getDecimal.
    ------------------------------------------------------------
    revno: 355.1.71
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-05-05 16:35:20 -0700
    message:
      Removed remaining user-visible InterpretedOperation support. Subsequent support will be done through APIs that we create, like selectCount(). WL#4364
------------------------------------------------------------
revno: 362
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Mon 2008-05-05 15:11:05 -0500
message:
  merge
    ------------------------------------------------------------
    revno: 355.1.70
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-05-05 01:03:40 -0700
    message:
      Removed NdbTest.java from java/Makefile.am (since we removed it from the tree)
------------------------------------------------------------
revno: 361
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Mon 2008-05-05 15:10:13 -0500
message:
  prev merge
    ------------------------------------------------------------
    revno: 355.1.69
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Tue 2008-04-29 10:55:04 -0700
    message:
      Added cppunit.m4, in case it doesn't exist on the dev system.
    ------------------------------------------------------------
    revno: 355.1.68
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Tue 2008-04-29 10:54:53 -0700
    message:
      Removed spurious println.
    ------------------------------------------------------------
    revno: 355.1.67
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 20:40:11 -0700
    message:
      Got rid of the rest of the extraneous prints.
    ------------------------------------------------------------
    revno: 355.1.66
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 20:24:41 -0700
    message:
      Removed NdbTest - it was just all of the other tests catted into one file essenatially.
    ------------------------------------------------------------
    revno: 355.1.65
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 20:19:52 -0700
    message:
      Fixed the out typemap for java.sql.Timestamp - had forgotten to multiply by 1000.
    ------------------------------------------------------------
    revno: 355.1.64
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 20:00:39 -0700
    message:
      Commented out QuickBFTest - it's too long and heavy - needs to be revisited.
      Removed a bunch of output.
    ------------------------------------------------------------
    revno: 355.1.63
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 19:47:05 -0700
    message:
      Fixed MultiPartPrimaryKeyStringTest - need to add support for multi-part TC selection.
    ------------------------------------------------------------
    revno: 355.1.62
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 19:07:14 -0700
    message:
      Removed more printing.
    ------------------------------------------------------------
    revno: 355.1.61
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 19:06:37 -0700
    message:
      Added more test programs that I'd been using for other things.
    ------------------------------------------------------------
    revno: 355.1.60
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 16:17:28 -0700
    message:
      WL#4368 Fix NDB/J Unit Tests

      Fixed NdbOperationMultiPartPrimaryKeyTest to not print and to assert.
    ------------------------------------------------------------
    revno: 355.1.59
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 16:11:51 -0700
    message:
      WL#4368 Fix NDB/J Unit Tests

      Fixed NdbOperationByteLongTest to stop printing and also to actually test that
      the data fetched was the same as was inserted.
    ------------------------------------------------------------
    revno: 355.1.58
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 15:41:35 -0700
    message:
      More build cleanups. Put in tests for basic unix tools that the build relys on, just in case we're somewhere that doesn't have them.
    ------------------------------------------------------------
    revno: 355.1.57
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 14:50:34 -0700
    message:
      Removed old crufty code.
      Added testndbapi back to the build, now that we have sensible automake foo.
      Renamed testndbapi to cpp.
    ------------------------------------------------------------
    revno: 355.1.56
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 13:10:35 -0700
    message:
      WL#4368 Fix NDB/J Unit Tests

      Fixed NdbScanFilterTest - it now passes. There were two problems. One, the
      columnIds were 1 based (like JDBC) instead of 0 based (like NDB API). Two,
      we were formatting input strings for like conditions like their target column
      datatype, which is wrong. We _do_ still need to format them correctly for
      equals comparisons.

      Also made NdbScanFilterTest stop printing spurious garbage while it ran, and
      removed the iterations count, since this is a unit test and not a performance
      test.
    ------------------------------------------------------------
    revno: 355.1.55
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Sun 2008-04-27 21:39:22 -0700
    message:
      Released 0.6.5.
    ------------------------------------------------------------
    revno: 355.1.54
    tags: 0.6.5
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Sun 2008-04-27 21:35:10 -0700
    message:
      Fixed python testsuite entry point.
      Added missing test files to VC.

0 blueprints and 0 bugs targeted

There are no feature specifications or bug tasks targeted to this milestone. The project's maintainer, driver, or bug supervisor can target specifications and bug tasks to this milestone to track the things that are expected to be completed for the release.

This milestone contains Public information
Everyone can see this information.