[Jprogramming] Jd update available

2018-01-14 Thread Eric Iverson
Jd version 4.9 is available. Bugs in the initial support for types int1/2/4 have been fixed. Op intx converts between int types. This makes it easy to apply the benefits of smaller int types to existing tables. See release notes at: http://code.jsoftware.com/wiki/Jd/Index ---

[Jprogramming] Jd update available

2018-01-11 Thread Eric Iverson
Jd version 4.8 is available. Main addition is support for types int1, int2, int4. These types take less disk and ram space than int (J 8 byte ints) and where appropriate can significantly boost performance. See release notes at: http://code.jsoftware.com/wiki/Jd/Index

[Jprogramming] Jd update available

2017-11-29 Thread Eric Iverson
A new Jd update is available. It is still called version 4.6, but includes sort. The Jd sort op sorts table cols in place based on 1 or more data cols. This is important for some applications and also sets the stage for future interesting developments. The Jd sort implementation is a nice exampl

Re: [Jprogramming] Jd update available

2017-11-27 Thread Ron Petersen
When will NuVoc be updates? On Mon, Nov 27, 2017 at 8:35 AM, Eric Iverson wrote: > A Jd update available. Main additions are upsert (new data inserted or > updated to table as appropriate based on key) and support of keys in delete > and update. > > See release notes at: > http://code.jsoftware.

[Jprogramming] Jd update available

2017-11-27 Thread Eric Iverson
A Jd update available. Main additions are upsert (new data inserted or updated to table as appropriate based on key) and support of keys in delete and update. See release notes at: http://code.jsoftware.com/wiki/Jd/Index -- For in