Project

General

Profile

Activity

From 09/24/2012 to 10/23/2012

10/23/2012

01:57 PM Feature #1580 (WIP): upgrade Hibernate to latest level
Eric Faulhaber
01:43 PM Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
Ovidiu Maxiniuc wrote:
> Bullet 4 is datailed in my next note (4).
> @0x1000000@ is invalid just because the number o...
Eric Faulhaber
10:34 AM Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
Bullet 4 is datailed in my next note (4).
@0x1000000@ is invalid just because the number of digits is odd. However, ...
Ovidiu Maxiniuc
10:07 AM Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
Ovidiu Maxiniuc wrote:
> After some investigation on the OpenEdge installation on windev01 I observed that string re...
Eric Faulhaber
08:20 AM Feature #1593 (WIP): add conversion and runtime support for TO-ROWID() built-in function
In addition to previous constraints:
* strings representation must have even length. @0x012@, @0xabcde@ are invalid.
...
Ovidiu Maxiniuc
05:29 AM Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
After some investigation on the OpenEdge installation on windev01 I observed that string representation of @ROWID@s:
...
Ovidiu Maxiniuc
10:37 AM Feature #1594 (WIP): add conversion and runtime support for CURRENT-CHANGED() built-in function
Ovidiu Maxiniuc

10/22/2012

01:00 AM Feature #1669: add support for additional database methods
Need customer report results to make a list of needed methods. Eric Faulhaber
12:59 AM Feature #1669 (Closed): add support for additional database methods
Eric Faulhaber
12:59 AM Feature #1668: add support for additional (non-dynamic) database attributes
Need customer report results to make a list of needed attributes. Eric Faulhaber
12:58 AM Feature #1668 (Closed): add support for additional (non-dynamic) database attributes
Eric Faulhaber
12:55 AM Feature #1667: improve support for "FOR EACH FIRST" and similar cases
Currently, instances of looping queries like FOR EACH...FIRST... are converted to CompoundQuery. This works logicall... Eric Faulhaber
12:50 AM Feature #1667 (New): improve support for "FOR EACH FIRST" and similar cases
Eric Faulhaber
12:49 AM Feature #1666: add support for mixed-direction indexes
First version of P2J was built on an older version of PostgreSQL, which did not support indexes with multiple columns... Eric Faulhaber
12:43 AM Feature #1666 (Closed): add support for mixed-direction indexes
Eric Faulhaber
12:42 AM Feature #1665: automate import process
Today the data import process is well documented, but it contains many manual steps and is thus error prone. This pr... Eric Faulhaber
12:38 AM Feature #1665 (Closed): automate import process
Eric Faulhaber
12:37 AM Feature #1664: data import improvements
* performance improvement: re-architect threading to distribute work in a more granular way (preserve prioritization... Eric Faulhaber
12:33 AM Feature #1664 (New): data import improvements
Eric Faulhaber
12:31 AM Feature #1663 (Closed): test/debug case-sensitive field support
Eric Faulhaber
12:30 AM Feature #1662: runtime support for table parameters
Needs research: is it just a handle or is there some special DB processing needed at the transition point? Eric Faulhaber
12:30 AM Feature #1662 (Closed): runtime support for table parameters
Eric Faulhaber
12:26 AM Feature #1661: support case-sensitive fields in indexes
This will require changes to:
* the DDL index generation code (don't emit UPPER function in CREATE INDEX statement);
...
Eric Faulhaber
12:21 AM Feature #1661 (Closed): support case-sensitive fields in indexes
Eric Faulhaber
12:20 AM Feature #1660: add conversion and runtime support for OF keyword use in a CAN-FIND
Actually not sure if this currently is supported or not (most likely not). Need some test cases to determine the lim... Eric Faulhaber
12:16 AM Feature #1660 (Closed): add conversion and runtime support for OF keyword use in a CAN-FIND
Eric Faulhaber
12:14 AM Feature #1659: add support for field exclusion/inclusion lists in queries
This feature supports a performance optimization in which -- for read-only usage of a table -- the query's results on... Eric Faulhaber
12:09 AM Feature #1659 (New): add support for field exclusion/inclusion lists in queries
Eric Faulhaber
12:08 AM Feature #1658: improve database trigger support
* runtime support for TRIGGER PROCEDURE (DELETE, WRITE, CREATE), DISABLE TRIGGERS, ON FIND OF table;
* need report c...
Eric Faulhaber
12:06 AM Feature #1658 (Closed): improve database trigger support
Eric Faulhaber

10/21/2012

06:13 PM Feature #1657: add Oracle support
This task will require:
* using Oracle's Java support to run our Java UDFs inside the server process;
* creating ...
Eric Faulhaber
06:11 PM Feature #1657: add Oracle support
This task is on hold until a customer requires it. Eric Faulhaber
06:11 PM Feature #1657 (Hold): add Oracle support
Eric Faulhaber
06:09 PM Feature #1656: add Microsoft SQL Server support
We need to be able to run Java UDFs inside the database server process. This task will require:
* building an infra...
Eric Faulhaber
05:51 PM Feature #1656 (Closed): add Microsoft SQL Server support
Eric Faulhaber
05:49 PM Feature #1655: add conversion and runtime support for certain dynamic database attributes and met...
Need to run customer reports to generate exact list of methods and attributes required. Eric Faulhaber
05:44 PM Feature #1655 (Closed): add conversion and runtime support for certain dynamic database attribute...
Eric Faulhaber
05:42 PM Feature #1654: add conversion and runtime support for dynamic buffer creation and cleanup
This feature will require dynamic (runtime) conversion of the CREATE BUFFER statement. Eric Faulhaber
05:42 PM Feature #1654 (Closed): add conversion and runtime support for dynamic buffer creation and cleanup
Eric Faulhaber
05:41 PM Feature #1653: add conversion and runtime support for dynamically prepared queries
This feature will require dynamic (runtime) conversion of the CREATE QUERY statement. Eric Faulhaber
05:26 PM Feature #1653 (Closed): add conversion and runtime support for dynamically prepared queries
Eric Faulhaber
05:40 PM Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
This feature will require (at minimum) dynamically:
* converting the statement at runtime into some representation o...
Eric Faulhaber
05:23 PM Feature #1652 (Closed): add conversion and runtime support for dynamically prepared temp-tables
Eric Faulhaber
05:24 PM Feature #1651: add support for dynamic database features
Requires binary TRPL as a pre-requisite, since conversion will have to occur at runtime, on the fly. Eric Faulhaber
05:22 PM Feature #1651 (Closed): add support for dynamic database features
Eric Faulhaber

10/19/2012

08:18 AM Feature #1602 (Closed): support BigDecimal in PLJAVA indexOf() implementation
Greg Shah
08:17 AM Feature #1601 (Closed): implement NUMERIC type in relational database schemas
Greg Shah

10/17/2012

01:03 AM Feature #1595: add conversion and runtime support for DBPARAM() built-in function
Conversion support will be added in builtin_functions.rules. Should map to a new static method in @ConnectionManager... Eric Faulhaber
12:54 AM Feature #1595 (Closed): add conversion and runtime support for DBPARAM() built-in function
Eric Faulhaber
12:53 AM Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
Will require conversion support in builtin_functions.rules and runtime support in RecordBuffer. Possibly will requir... Eric Faulhaber
12:47 AM Feature #1594 (Closed): add conversion and runtime support for CURRENT-CHANGED() built-in function
Eric Faulhaber
12:45 AM Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
Both @TO-ROWID(rowid-string)@ and the inverse/complementary use of @STRING(ROWID(record))@ must be supported.
The ...
Eric Faulhaber
12:01 AM Feature #1593 (Closed): add conversion and runtime support for TO-ROWID() built-in function
Eric Faulhaber
12:00 AM Feature #1592 (Closed): implement additional database built-in functions
Eric Faulhaber

10/12/2012

11:48 PM Feature #1588: add conversion and runtime support for embedded SQL
The following use cases need to be supported:
* @SELECT COUNT(*) INTO var FROM table WHERE ...@
* @SELECT SUM(field...
Eric Faulhaber
11:46 PM Feature #1588 (Closed): add conversion and runtime support for embedded SQL
Eric Faulhaber
11:40 PM Feature #1587: implement full support for word indexes
A "true" implementation of word indexes will be necessary if (when) the quick and dirty implementation using LIKE is ... Eric Faulhaber
11:35 PM Feature #1587 (Closed): implement full support for word indexes
Eric Faulhaber
11:33 PM Feature #1586 (Closed): add quick and dirty support for word indexes using LIKE operator
Eric Faulhaber
11:32 PM Feature #1585 (Closed): add conversion and runtime support for word indexes
Eric Faulhaber
11:19 PM Feature #1583 (Closed): add conversion and runtime support for the INSERT language statement
Eric Faulhaber
11:14 PM Feature #1582: add conversion and runtime support for sequences
The following schema properties (with the noted settings) must be supported by schema conversion:
* initial value of...
Eric Faulhaber
11:00 PM Feature #1582 (Closed): add conversion and runtime support for sequences
Eric Faulhaber

10/11/2012

12:27 PM Feature #1581: add conversion and runtime support for certain metadata constructs
Metadata tables and fields are used in Progress 4GL like regular table and field references, however, they do not map... Eric Faulhaber
12:16 PM Feature #1581 (Closed): add conversion and runtime support for certain metadata constructs
Eric Faulhaber
11:14 AM Feature #1580: upgrade Hibernate to latest level
P2J currently is at a woefully old level of Hibernate (3.0.5), which is holding back customer development. We need t... Eric Faulhaber
10:54 AM Feature #1580 (Closed): upgrade Hibernate to latest level
Eric Faulhaber
 

Also available in: Atom