Activity
From 04/06/2013 to 05/05/2013
05/03/2013
- 04:53 AM Feature #2140: use positional query substitution parameters in HQLPreprocessor and related classes
- Basic idea of the solution is to:
1. Use @setParameter(String, ... )@ in places like @Persistence.getQuery@ (search ... - 10:32 PM Feature #1890 (Closed): upgrade to the latest stable PLJava and ensure that it is available on al...
- Constantin completed this as part of updating the regression testing environment (#2104).
- 10:29 PM Feature #2148: enhance prototype to compile p2jpl.jar file with IKVMC into .NET assembly and load...
- The scope of this issue is to take the implementation from prototype to a working solution which supports all of the ...
- 10:17 PM Feature #2148 (Closed): enhance prototype to compile p2jpl.jar file with IKVMC into .NET assembly...
- 10:14 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- Preliminary research indicates that using IKVM is feasible and probably represents the simplest solution. Turns out ...
05/02/2013
- 03:54 PM Feature #1580: upgrade Hibernate to latest level
- Patch for MAJIC. Be aware that I have not tested @QaVendorUtils@.
- 10:44 AM Feature #1580: upgrade Hibernate to latest level
- > In what form should I provide changes to the configuration directory file? Should I make a patching script and/or p...
- 10:42 AM Feature #1580: upgrade Hibernate to latest level
- In what form should I provide changes to the configuration directory file? Should I make a patching script and/or pat...
- 08:34 AM Feature #1580: upgrade Hibernate to latest level
- I prefer the first solution. I don't want to have yet another query parser at runtime.
- 05:19 AM Feature #1580: upgrade Hibernate to latest level
- Eric, there are two options to solve positional parameters:
1. Number parameters in @HQLPreprocessor@ and other plac... - 02:20 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- This will provide a partial analog (i.e., the subset we need) to PL/Java on SQL Server. The features we need are:
*... - 02:14 PM Feature #2143 (Closed): prototype IKVM solution for Java UDFs compiled to CIL assemblies and load...
- 02:03 PM Feature #2141 (Closed): generate SQL Server schema
- 01:55 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- The idea is to make the normalization of extent fields into separate database tables configurable, on an all-or-nothi...
- 01:39 PM Feature #2140: use positional query substitution parameters in HQLPreprocessor and related classes
- The query substitution parameter placeholders we emit in our converted HQL where clauses (?) are deprecated in HQL. ...
- 01:33 PM Feature #2140 (Closed): use positional query substitution parameters in HQLPreprocessor and relat...
- 02:56 AM Bug #2090: correct sorting of DMO properties during schema conversion
- Although the runtime passed, I've double-checked the generated sources, and it does affect frame definitions/display ...
- 01:53 AM Feature #1661: support case-sensitive fields in indexes
- I think everything here is working, except that @P2JH2Dialect.isCaseInsensitiveColumn@ is implemented incorrectly. T...
- 01:35 AM Feature #1663 (Closed): test/debug case-sensitive field support
- I've reviewed the schema and code conversion, and the runtime code. It appears case-sensitive fields are dealt with ...
05/01/2013
- 07:40 PM Bug #2090: correct sorting of DMO properties during schema conversion
- When using the DataModelWorker originally developed during the Majic conversion project with a newer project, we hit ...
- 06:13 PM Feature #1580: upgrade Hibernate to latest level
- OK, please make the minor merges and check in what you've got.
Please push through the positional parameters issue... - 03:35 PM Feature #1580: upgrade Hibernate to latest level
- > * In the ImportWorker.QueryHelper c'tor, the TYPES map initialization should include the new data types. At the mo...
- 03:00 PM Feature #1580: upgrade Hibernate to latest level
- Position parameters are not handled yet, I though it has lower priority than other tasks. Yes they are just log noise...
- 02:46 PM Feature #1580: upgrade Hibernate to latest level
- Code review 20130501a:
* In the ImportWorker.QueryHelper c'tor, the TYPES map initialization should include the ne... - 05:24 AM Feature #1580: upgrade Hibernate to latest level
- The final Hibernate update (P2J part). Passed regression testing (with postgresql-8*.jar). You may want review it.
- 04:39 PM Feature #2080: add runtime support for database methods
- Tests for code vmn_upd20130430a.zip (with latest fix, not in Bazaar so far) are attached
@BUFFER-COPY statement... - 12:52 PM Feature #2080: add runtime support for database methods
- Vadim Nebogatov wrote:
> 4GL statement copy and compare give compile warnings (not errors)
>
> [...]
> and exec... - 12:43 PM Feature #2080: add runtime support for database methods
- The vmn_upd20130429a.zip update (the one I changed and uploaded with note 155) has passed runtime regression testing....
04/30/2013
- 04:29 PM Feature #2080: add runtime support for database methods
- I have attached new update vmn_upd20130430a.zip/vmn_upd20130430ba.zip as replacement of vmn_upd20130429a.zip
Fixed... - 12:14 PM Feature #2080: add runtime support for database methods
- The vmn_upd20130429a.zip update has passed conversion regression testing. Runtime regression testing is not yet fini...
- 09:44 PM Feature #2080: add runtime support for database methods
- The 20130429a code looks good, except for two lines in RecordBuffer.java which had an unnecessary, single space inden...
04/29/2013
- 06:21 PM Feature #1580: upgrade Hibernate to latest level
- Missing class problems were about outdated @p2jpl.ddr@ in my test directory on lightning (missing change was "Renamed...
- 12:09 PM Feature #1580: upgrade Hibernate to latest level
- Stanislav, just a thought: make sure the right p2jpl.jar version is installed in the and DB and the install_p2jpl.sql...
- 12:01 PM Feature #1580: upgrade Hibernate to latest level
- I fixed importing problems.
While working on p2jpl I came to the point where MAJIC throws this NPE _no matter what... - 04:49 PM Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> You should also have tests between temp-tables with some matching AND some non-matching fiel... - 04:44 PM Feature #2080: add runtime support for database methods
- I have attached update vmn_upd20130429a.zip/vmn_upd20130429b.zip as replacement of vmn_upd20130426a.zip/vmn_upd201304...
- 02:37 PM Feature #2080: add runtime support for database methods
- Code review 20130426:
The code changes look good.
However, you still don't have any test cases that compare/cop...
04/26/2013
- 06:37 PM Feature #2080: add runtime support for database methods
- I have attached update vmn_upd20130426a.zip/vmn_upd20130426b.zip as replacement of vmn_upd20130423a.zip/vmn_upd201304...
- 04:10 PM Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> I should have caught this earlier in my code review. Please use:
> [...]
>
> This will ... - 03:16 PM Feature #2080: add runtime support for database methods
- I should have caught this earlier in my code review. Please use:...
- 03:02 PM Feature #1580: upgrade Hibernate to latest level
- There is ...
- 12:29 PM Feature #1580: upgrade Hibernate to latest level
- Fixed minor issue with importing.
Met another error:... - 09:28 AM Feature #2137 (New): runtime support for FIELDS/EXCEPT record phrase options
04/25/2013
- 05:51 PM Feature #2080: add runtime support for database methods
- I found out that we need convert @mode@ to low case before check
@if ("case-sensitive".equals(mode.getValue()) ||... - 05:31 PM Feature #2080: add runtime support for database methods
- Vadim Nebogatov wrote:
> Estimations:
>
> @bufferRelease@ - seems already implemented. Is it correct implementat... - 04:30 PM Feature #2080: add runtime support for database methods
- Estimations:
@bufferRelease@ - seems already implemented. Is it correct implementation?
@bufferCreate@ - reusing ... - 04:18 PM Feature #2080: add runtime support for database methods
- I only want these features for now:
> * CASE-SENSITIVE - 1-2 days, maybe less.
> * Testing and fixes possible ne... - 04:05 PM Feature #2080: add runtime support for database methods
- Rest of BUFFER-COMPARE/COPY support
* for the statement version
# CASE-SENSITIVE - 1-2 days, maybe less.
# EX... - 01:48 PM Feature #2080: add runtime support for database methods
- Besides CASE-SENSITIVE support for the statement version of BUFFER-COMPARE, what is left to do in order for copy/comp...
- 11:28 AM Feature #2080: add runtime support for database methods
- After bufferCopy and bufferCompare, please work on the following, which should be achievable without metadata or dyna...
- 04:32 PM Feature #1580: upgrade Hibernate to latest level
- Yes, that is definitely sufficient. I'll add missing classes (although I'm still interested what is exactly wrong wit...
- 04:12 PM Feature #1580: upgrade Hibernate to latest level
- Stanislav Lomany wrote:
> About testing changes in @ImportWorker@: how can I start import? I supposed it is performe... - 04:09 PM Feature #1580: upgrade Hibernate to latest level
- About testing changes in @ImportWorker@: how can I start import? I supposed it is performed thru @ConversionDriver@.
... - 03:15 PM Feature #2128: generate and load DMO interface and implementation classes for dynamic temp-tables...
- This issue is closely related to its sibling issue, #2122. I have split these into two, because the parent feature i...
- 01:37 PM Feature #2134 (Closed): configurable denormalization of extent fields into individual fields in s...
- 11:55 AM Feature #1668: add support for additional (non-dynamic) database attributes
- The following are in scope for this task.
Buffer attributes:
* currentIteration
* is/setError
* get/setADMData
... - 11:45 AM Feature #1655: add conversion and runtime support for certain dynamic database attributes and met...
- The following Buffer methods require dynamic database or metadata support to be in place, but are not directly relate...
04/24/2013
- 06:34 PM Feature #2080: add runtime support for database methods
- OK, thanks. Please go forward with the CASE-SENSITIVE support, but not with the EXPLICIT, COMPARES, WHEN, THEN.
- 04:26 PM Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> Vadim Nebogatov wrote:
> > BUFFER-COMPARE statement runtime does not support CASE-SENSITIVE... - 02:53 PM Feature #2080: add runtime support for database methods
- Vadim Nebogatov wrote:
> BUFFER-COMPARE statement runtime does not support CASE-SENSITIVE option. Should it be suppo... - 02:27 PM Feature #2080: add runtime support for database methods
- BUFFER-COMPARE statement runtime does not support CASE-SENSITIVE option. Should it be supported now? What about EXPLI...
- 02:20 PM Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> Code review 20130423:
>
> In RecordBuffer, you have the following comment in a few places... - 01:06 PM Feature #2080: add runtime support for database methods
- Code review 20130423:
In RecordBuffer, you have the following comment in a few places, before a call to a worker @... - 02:08 PM Feature #1580: upgrade Hibernate to latest level
- I assume it is timestamp for datetime, but datetimetz is a compound type mapped to 2 types: timestamp and smallint. ...
- 01:28 PM Feature #1580: upgrade Hibernate to latest level
- For @HQLPreprocessor.inlineSubstitutionParameter@ we need a formatting function for these types, like @P2JDialect.for...
- 12:57 PM Feature #1580: upgrade Hibernate to latest level
- Stanislav Lomany wrote:
> Eric, am I correct that should add @HQLTypes.DATETIME@ and @HQLTypes.DATETIMETZ@,
Yes.
... - 12:47 PM Feature #1580: upgrade Hibernate to latest level
- Eric, am I correct that should add @HQLTypes.DATETIME@ and @HQLTypes.DATETIMETZ@, but shouldn't worry about handling ...
- 11:57 AM Feature #1580: upgrade Hibernate to latest level
- Stanislav Lomany wrote:
> I suggest to add the new type @HQLTypes.TIMESTAMP@ for both of them.
IIRC, the @HQLType... - 11:29 AM Feature #1580: upgrade Hibernate to latest level
- No, not yet, and probably will not work on datetime/tz and persistence this week.
Please add the two constants, fo... - 11:14 AM Feature #1580: upgrade Hibernate to latest level
- Stanislav Lomany wrote:
> Eric, I need to add mapping for @datetime@ and @datetimetz@ to @DataTypeHelper.classes@. W... - 11:10 AM Feature #1580: upgrade Hibernate to latest level
- Eric, I need to add mapping for @datetime@ and @datetimetz@ to @DataTypeHelper.classes@. What HQL type(s) (see @HQLTy...
- 10:42 AM Feature #1580: upgrade Hibernate to latest level
- Patch for Hibernate.
- 07:24 AM Feature #1580: upgrade Hibernate to latest level
- The problem with p2jpl.jar is not reproducible at this point. Maybe database state is wrong, maybe something else. I'...
04/23/2013
- 06:04 PM Feature #2080: add runtime support for database methods
- I have attached update vmn_upd20130423a.zip/vmn_upd20130423b.zip as replacement of vmn_upd20130422a.zip/vmn_upd201304...
- 03:46 PM Feature #1580: upgrade Hibernate to latest level
- This makes Java logging preferable over log4j:...
- 12:36 PM Feature #1580: upgrade Hibernate to latest level
- Eric, the logging problems take place when @customer_libs/log4j*.jar@ is in classpath: Hibernate 4 uses Jboss-logging...
- 02:17 PM Feature #2043: add runtime support for some embedded SQL features
- Increased estimate to account for possible complications in bulk delete implementation.
- 02:16 PM Feature #1588: add conversion and runtime support for embedded SQL
- In terms of adding runtime support, there are 2 main feature categories to support: aggregate functions (COUNT, SUM,...
- 12:32 PM Feature #2128: generate and load DMO interface and implementation classes for dynamic temp-tables...
- Based on information provided by runtime methods to define and prepare a dynamically generated temp-table, we need to...
- 12:18 PM Feature #2128 (Closed): generate and load DMO interface and implementation classes for dynamic te...
04/22/2013
- 07:23 PM Feature #2080: add runtime support for database methods
- I have attached update vmn_upd20130422a.zip/vmn_upd20130422b.zip as replacement of vmn_upd20130420a.zip/vmn_upd201304...
- 05:42 PM Feature #1580: upgrade Hibernate to latest level
- Is there any way you can see to get Hibernate to honor the logging configuration we set in the P2J directory; i.e., ...
- 03:36 PM Feature #1580: upgrade Hibernate to latest level
- Stanislav: if you have changes to MAJIC files (like directories or scripts), note we are moving away from the TIMCO C...
- 03:14 PM Feature #1580: upgrade Hibernate to latest level
- Eric, by default Hibernate logs DEBUG information, so I've added @cfg/log4j.properties@ which sets the root log4j log...
- 01:38 PM Feature #1580: upgrade Hibernate to latest level
- I've update the code according to the note 105 and successfully ran regression testing. So in order to complete this ...
- 12:25 PM Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- In order to use a dynamically prepared temp-table with the existing infrastructure to execute queries and extract dat...
04/21/2013
- 03:23 PM Feature #1580: upgrade Hibernate to latest level
- Thank you for so quick reply! I just got it, but you wrote your reply before I updated my comment.
- 03:17 PM Feature #1580: upgrade Hibernate to latest level
- Stanislav Lomany wrote:
> > * Instead of adding implementations of @getBaseValue@, @instantiateRegular@, and @instan... - 02:42 PM Feature #1580: upgrade Hibernate to latest level
- > * The ORMHandler (and corresponding DatabaseManager) changes are a performance concern. XML processing is slow and...
04/20/2013
- 06:54 PM Feature #2080: add runtime support for database methods
- I have attached update vmn_upd20130420a.zip/vmn_upd20130420b.zip as replacement of vmn_upd20130416a.zip/vmn_upd201304...
04/19/2013
- 05:55 PM Feature #2080: add runtime support for database methods
- Current status of BUFFER-COMPARE/BUFFER-COPY runtime support.
My estimation for changes related with fixing notes 1... - 04:45 PM Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
>In RecordBuffer.createSimpleFieldsMap, you have the following:
>if (operationType == Opera... - 02:54 PM Feature #2080: add runtime support for database methods
- But BUFFER-COPY method does not create record. There are no mentions about this in
documentation and example below a... - 01:40 PM Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> Vadim Nebogatov wrote:
> > Maybe I am wrong, during testing I understood that statement wor... - 09:50 PM Feature #2080: add runtime support for database methods
- Vadim Nebogatov wrote:
> Maybe I am wrong, during testing I understood that statement works but does nothing in this... - 09:33 AM Feature #2122 (WIP): add runtime support for dynamically prepared temp-tables
- 11:12 PM Feature #1580: upgrade Hibernate to latest level
- Code review 20130410a:
Wow! Quite a bit of change. Looks good overall; some comments/questions below:
* Plea...
04/18/2013
- 06:32 PM Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
>
> In RecordBuffer.setCompareMode(BaseDataType, character), why are you turning on case sen... - 06:25 PM Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
>
> In @RecordBuffer.copy(DataModelObject, String[], boolean, DataModelObject, boolean)@, yo... - 03:48 PM Feature #2080: add runtime support for database methods
- Sorry, I don't know how to disable this, and what I found online suggested there is not a simple way to just turn off...
- 03:09 PM Feature #2080: add runtime support for database methods
- The reason of some formatting errors is unpleasant Ubuntu's feature: paste on middle mouse click.
Sometimes it happ... - 02:44 PM Feature #2080: add runtime support for database methods
- Code review 20130416a:
Along with your changes, you have introduced some formatting and javadoc issues in BufferIm... - 04:46 PM Feature #1580: upgrade Hibernate to latest level
- Stanislav Lomany wrote:
> I did source comparison because I applied the patch for Hibernate and built it from source... - 04:45 PM Feature #1580: upgrade Hibernate to latest level
- > The name discrepancy is confusing. Did you do a source or binary comparison?
>
> Let's use the standard, final,... - 04:31 PM Feature #1580: upgrade Hibernate to latest level
- Did you do an import (e.g., p2j_test database) to test the ImportWorker changes?
- 04:25 PM Feature #1580: upgrade Hibernate to latest level
- The name discrepancy is confusing. Did you do a source or binary comparison?
Let's use the standard, final, binar... - 04:11 PM Feature #1580: upgrade Hibernate to latest level
- I checked this version out of git. I don't know why version in build.gradle is called "4.1.9-SNAPSHOT", but the code ...
- 03:56 PM Feature #1580: upgrade Hibernate to latest level
- Are all the Hibernate-related jars whose names have the word SNAPSHOT in them the most recent, _stable_ releases? Us...
- 11:07 AM Feature #2120 (WIP): add runtime support for dynamically prepared queries
- 11:05 AM Feature #2127: complete runtime support for dynamically prepared queries
- This task includes:
* complex WHERE clauses using natural joins (i.e., the OF keyword) or dynamic temp-tables;
* op... - 11:04 AM Feature #2127 (Closed): complete runtime support for dynamically prepared queries
- 10:40 PM Feature #2126: add support for table-level locking (share and exclusive) for runtime internal use
- This feature is needed for permanent tables to enable bulk delete with embedded SQL and with delete loops optimized b...
- 10:27 PM Feature #2126 (Closed): add support for table-level locking (share and exclusive) for runtime int...
- 10:22 PM Bug #2083 (Closed): client-side where-clause leak in FindQuery
- 10:08 PM Feature #2125: add runtime support for dynamic buffer creation and cleanup
- Please post hours here but post history in the parent issue.
- 10:07 PM Feature #2125 (Closed): add runtime support for dynamic buffer creation and cleanup
04/17/2013
- 06:21 PM Feature #1668: add support for additional (non-dynamic) database attributes
- The attached update fixes conversion of the INITIAL buffer field attribute (was converting to operate on BUFFER handl...
- 04:27 PM Feature #1580: upgrade Hibernate to latest level
- > Hm...I'm not crazy about this as a solution.
I agree, I just needed to run regression testing ASAP.
I have ... - 11:29 AM Feature #1580: upgrade Hibernate to latest level
- Stanislav Lomany wrote:
> OK, I've added all P2J classes into p2jpl.jar. It seems that the problem has disappeared.
... - 03:15 PM Feature #2115: add runtime support for _file and _field metadata tables
- Proposed development approach:
* perform testing in note 5 to determine whether assumptions are correct;
* implemen... - 02:53 PM Feature #2115: add runtime support for _file and _field metadata tables
- As alluded to above, it appears that the metadata tables are the backing data store for many of the handle-based attr...
- 02:11 PM Feature #2115: add runtime support for _file and _field metadata tables
- We need a runtime facility to map between legacy (4GL) file/field names and converted (P2J) file/field names, for thi...
- 01:57 PM Feature #2115: add runtime support for _file and _field metadata tables
- Minimum fields we need to support in @_Field@ table due to customer use:
* _field-name
* _file-recid
* _label
* _... - 01:04 PM Feature #2115: add runtime support for _file and _field metadata tables
- Minimum fields we need to support in @_File@ table due to customer use:
* _file-name
* _dump-name
* _file-label
*... - 07:41 AM Feature #2080: add runtime support for database methods
- I have attached update vmn_upd20130416a.zip/vmn_upd20130416b.zip as replacement of vmn_upd20130413a.zip/ vmn_upd20130...
04/16/2013
- 05:55 PM Feature #1580: upgrade Hibernate to latest level
- OK, I've added all P2J classes into p2jpl.jar. It seems that the problem has disappeared.
- 05:29 PM Feature #1580: upgrade Hibernate to latest level
- Sorry, as the result the message changed to ...
- 05:20 PM Feature #1580: upgrade Hibernate to latest level
- I've reinstalled jar for the database on lightning I'm using - no result.
- 04:50 PM Feature #1580: upgrade Hibernate to latest level
- When you run dangerous_db_restore.sh to prepare for a new regression harness run, it installs p2jpl.jar in the new da...
- 04:33 PM Feature #1580: upgrade Hibernate to latest level
- Eric, "java.lang.NoClassDefFoundError: com/goldencode/p2j/net/SilentUnwindException" error occurs only on lightning s...
- 09:15 PM Feature #1580: upgrade Hibernate to latest level
- Stanislav Lomany wrote:
> ... - 08:08 AM Bug #2083: client-side where-clause leak in FindQuery
- Yes, my testcases converts fine. They are attached.
You can close the issue. - 09:35 PM Feature #2080: add runtime support for database methods
- Vadim Nebogatov wrote:
> BTW, I have fixed one more problem with wrong field order in result (not included to last u...
04/15/2013
- 07:08 PM Feature #1580: upgrade Hibernate to latest level
- Issue 0:
The first issue to fix, the log full of it: ... - 06:03 PM Feature #1580: upgrade Hibernate to latest level
- Issue 2:
Reproduction:
4 - C - Y - A
Enter data:
I
1029
Stacktrace:... - 04:00 PM Feature #1580: upgrade Hibernate to latest level
- Issue 1:
Reproduction:
V - O - 1 - W - 2
_Data to enter:_
283338
3.1.5
3.2.2
34000
35000
Stacktrace:
<pre...
04/13/2013
- 06:47 AM Feature #2080: add runtime support for database methods
- BTW, I have fixed one more problem with wrong field order in result (not included to last update I sent). Now fields ...
- 06:38 AM Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> I still think the field names are handled incorrectly. It happens to work in this case, beca...
04/12/2013
- 06:39 PM Feature #2080: add runtime support for database methods
- I have attached update vmn_upd20130413a.zip/vmn_upd20130413b.zip as replacement of vmn_upd20130328a.zip/ vmn_upd20130...
04/11/2013
- 06:17 PM Feature #2080: add runtime support for database methods
- vmn_upd20130411a.zip is fine. You can check it in and distribute it. It should have no risk to the conversion and s...
- 05:57 PM Feature #2080: add runtime support for database methods
- Attached update vmn_upd20130411a.zip is replacement of vmn_upd20130409a.zip, merged with revision 10336
- 05:50 PM Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> I assume the appropriate @tt1@ record has to be referenced from a previous lookup, like FIND... - 05:44 PM Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> Yes, it seems this is converting wrong. We should have another variant of @RecordBuffer.com... - 05:26 PM Feature #2080: add runtime support for database methods
- Vadim Nebogatov wrote:
> Eric Faulhaber wrote:
> > Vadim Nebogatov wrote:
> > > Will P2J support @SAVE RESULT IN@ ... - 02:50 PM Feature #2080: add runtime support for database methods
- Greg Shah wrote:
> Code Review for vmn_upd20130409a.zip:
>
> 1. Please remove the recordOrDisplayError() variants... - 02:20 PM Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> Vadim Nebogatov wrote:
> > Will P2J support @SAVE RESULT IN@ option in @BUFFER-COMPARE@?
>... - 01:18 PM Feature #2080: add runtime support for database methods
- Code Review for vmn_upd20130409a.zip:
1. Please remove the recordOrDisplayError() variants. It is too confusing t... - 10:07 AM Feature #2080: add runtime support for database methods
- Vadim Nebogatov wrote:
> Will P2J support @SAVE RESULT IN@ option in @BUFFER-COMPARE@?
Yes, we need to support th... - 02:43 PM Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- In addition to the requirements in note 1, we will have to deal with the following:
* name conversion, to ensure tab... - 01:11 PM Feature #2122: add runtime support for dynamically prepared temp-tables
- This issue is meant to track hours for implementing runtime support. All history/discussion should be posted to the ...
- 01:10 PM Feature #2122 (Closed): add runtime support for dynamically prepared temp-tables
- 12:47 PM Feature #1580: upgrade Hibernate to latest level
- SO creation error was related to already solved boolean literal rendering issue, it turned out that one file was merg...
04/10/2013
- 05:57 PM Feature #2080: add runtime support for database methods
- Will P2J support @SAVE RESULT IN@ option in @BUFFER-COMPARE@?
- 03:34 PM Feature #1658: improve database trigger support
- My estimates:
1. 3 h - Allow registration for WRITE and FIND schema triggers.
2. 16 h, need to find these proper ... - 02:55 PM Feature #1658: improve database trigger support
- What needs to be done:
1. Allow registration for WRITE and FIND schema triggers.
2. Fire WRITE and FIND triggers ...
04/09/2013
- 05:29 PM Feature #1580: upgrade Hibernate to latest level
- @lib/hibernate3.jar@ and @lib/ehcache-1.1.jar@ should be removed.
- 01:29 PM Feature #2120: add runtime support for dynamically prepared queries
- A prototype will integrate limited conversion support into the runtime environment, such that given a set of buffers ...
- 01:18 PM Feature #2120 (Closed): add runtime support for dynamically prepared queries
- 11:56 AM Bug #2034: correct conversion of CAN-FIND({FIRST|LAST} ... {SHARE-LOCK|EXCLUSIVE_LOCK} [NO-WAIT])
- On second thought, as long as the sort phrase is correct, @hasAny@ will find the correct first or last record. So, r...
- 10:58 AM Bug #2083: client-side where-clause leak in FindQuery
- Ovidiu, I would like to close out this issue. Please confirm that the test case(s) you were using work correctly wit...
- 05:11 AM Feature #2080: add runtime support for database methods
- Greg, please check attached update vmn_upd20130409a.zip merged with revision 10336
I added method recordOrDisplayEr... - 10:36 PM Feature #2118 (Closed): add runtime support for _index and _index-field metadata tables
- 10:35 PM Feature #2117 (Closed): add runtime support for _lock metadata table
- 10:34 PM Feature #2116 (Closed): add runtime support for _user metadata table
- 10:33 PM Feature #2115 (Closed): add runtime support for _file and _field metadata tables
04/08/2013
- 06:21 PM Feature #2080: add runtime support for database methods
- Vadim: please prepare a separate update with the ErrorManager related changes. I know you have ongoing work on the b...
- 09:53 AM Feature #2080: add runtime support for database methods
- Constantin: I think that Vadim is trying to create an alternate version of ErrorManager.recordOrShowError() that does...
- 05:10 PM Feature #1580: upgrade Hibernate to latest level
- Please post an update including your work so far, so I can begin reviewing.
- 03:19 PM Feature #1580: upgrade Hibernate to latest level
- At this point I'm aware of the single issue which occurs on SO creation. I'll run regression testing in order to reve...
- 01:30 PM Feature #2092: add server-side database support for several builtin functions
- commited to bzr as revision 10336
- 01:22 PM Feature #2092: add server-side database support for several builtin functions
- updated file header comments
- 11:41 AM Feature #2092: add server-side database support for several builtin functions
- The changes in cs_upd20130405b.zip (a superset of 0405a) look good. Please update the file header comments to reflec...
04/06/2013
- 10:51 AM Feature #2080: add runtime support for database methods
- To display a message, use the @LogicalTerminal.message@ API from the business logic (note that each message gets wrap...
Also available in: Atom