Activity
From 05/03/2013 to 06/01/2013
05/31/2013
- 05:00 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- I'm trying to make the agents unaware of UI code (to behave as if all output is redirected to /dev/null), but the "he...
- 11:41 AM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- To clarify my last post, there will be no ORM associations allowed between dynamically generated temp-tables and exis...
- 11:37 AM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Another factor that may simplify making our partially-mutable SessionFactoryImplementor is the fact that we know the ...
- 11:27 AM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- It looks like re-implementing/replacing SessionFactoryImpl is a tricky job, but there are some factors that limit our...
- 09:49 AM Base Language Feature #2132 (Closed): implement any missing filesys.c features for Windows
- 08:37 AM Base Language Feature #1650 (Closed): process launching support for Windows (JNI library changes and any associ...
- Distributed and committed to bzr as rev 10356.
05/30/2013
- 06:51 PM Base Language Bug #2130: fix propath assignment
- > OK, this is ready for testing. When the #1650 changes pass testing, this will be next. It will need both conversion...
- 01:56 PM Base Language Bug #2130: fix propath assignment
- OK, this is ready for testing. When the #1650 changes pass testing, this will be next. It will need both conversion...
- 01:51 PM Base Language Bug #2130: fix propath assignment
- > The only thing missing is that the resolveJavaClass() method should be removed from NameMappingWorker, since it is ...
- 01:41 PM Base Language Bug #2130: fix propath assignment
- It looks good. The only thing missing is that the resolveJavaClass() method should be removed from NameMappingWorker...
- 01:12 PM Base Language Bug #2130: fix propath assignment
- The new PROPATH fix has been uploaded:
> 1. Please change the name of the "propathDefault" data member to "propath... - 12:54 PM Base Language Bug #2130: fix propath assignment
- OK. Eugenie, please go forward as described.
- 12:42 PM Base Language Bug #2130: fix propath assignment
- > SourceNameMapper.convertJavaProg() is called from NameMappingWorker.classNameExists() method which is still in use....
- 12:37 PM Base Language Bug #2130: fix propath assignment
- >> But there still seems to be 1 remaining dependency.
>
> What dependency do you refer too?
SourceNameMapper.co... - 11:44 AM Base Language Bug #2130: fix propath assignment
- The NameMappingWorker should have no use of the propath, during conversion. Even if NameMappingWorker.resolveJavaClas...
- 11:33 AM Base Language Bug #2130: fix propath assignment
- The SourceNameMapper.convertJavaProg() is called from NameMappingWorker.classNameExists() method which is still in us...
- 11:18 AM Base Language Bug #2130: fix propath assignment
- > The propath field removing from SourceNameMapper works fine. But the file p2j/convert/NameMappingWorker.java need t...
- 10:31 AM Base Language Bug #2130: fix propath assignment
- > The problem I think is the SourceNameMapper.propath field, which gets initialized by the SourceNameMapper.initMappi...
- 07:00 AM Base Language Bug #2130: fix propath assignment
- Code Review (0529a)
1. Please change the name of the "propathDefault" data member to "propathFixed".
2. For the... - 02:58 AM Base Language Bug #2130: fix propath assignment
- The problem I think is the @SourceNameMapper.propath@ field, which gets initialized by the @SourceNameMapper.initMapp...
- 06:28 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Replaced the file with correct name - evl_upd20130530c.zip. Sorry for this mess.
- 06:04 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > that stuff MUST be removed. No debugging output should remain. If that is only in the windows code, then you don't ...
- 05:31 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- I should have caught that. No, that stuff MUST be removed. No debugging output should remain. If that is only in t...
- 05:11 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > Please check it in and distribute it via email.
OK. One more question. There are the console logging code(printf... - 05:00 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Great! Please check it in and distribute it via email.
- 04:32 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > Then you can run regression testing in staging, directly.
The testing completed. There are no regressions, resul... - 05:19 PM Base Language Feature #1640: implement DOM XML support
- The basic idea here:...
- 05:03 PM Base Language Feature #1640: implement DOM XML support
- Greg Shah wrote:
> Code Review (0527a)
>
>
> 11. The XmlFactory.createXNodeReference() implementation (both version... - 03:03 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- After a full day of debugging and small changes:
Converted code:... - 07:57 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Understood. Good.
- 07:56 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > I believe this is also how Progress does it in the Open Java Client.
Yes, this is similar to how the progress docu... - 07:04 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Yes, I think your approach with result-sets is correct. Pure Java code (like BPM) does not want to be dealing with l...
- 03:59 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > 11. Yes, parameters passed via RemoteObject proxies are immutable. So we must invent something to implement:
> ...
...
05/29/2013
- 06:51 PM Base Language Bug #2130: fix propath assignment
- New approach update has been uploaded. The changes:
1. New member for WorkArea in EnvironmentOps.java to separate fu... - 06:19 AM Base Language Bug #2130: fix propath assignment
- Please see #1608 note 73 for two example testcases (test1.p and test2.p) which should run properly when you have fixe...
- 06:50 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- > How do you see the pure JDBC or name/value mapping working, specifically with regards to cooperating with all the 4...
- 04:33 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Ovidiu Maxiniuc wrote:
> However, I cannot see why I get the error message when running
> @new FindQuery(tt1, "tt1.... - 02:10 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- With this table:...
- 07:09 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- It looks good.
- 06:03 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Greg Shah wrote:
> I am fine with the update except for one question: why not use writeShort() and readShort() in th... - 03:36 PM Base Language Feature #1640: implement DOM XML support
- Evgeny Kiselev wrote:
> I still have a problem with delete statement. Aast generate java code:
> @HandleOps.delete(... - 03:07 PM Base Language Feature #1640: implement DOM XML support
- Code Review (0527a)
1. Almost all of the files are missing a history entry describing your changes.
2. handle.j... - 07:16 AM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > Please get this runtime regression tested. I have applied the pending changes to staging and I am running conversio...
- 06:53 AM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- It looks good. Please get this runtime regression tested. I have applied the pending changes to staging and I am ru...
- 09:20 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Merged update has been uploaded.
- 05:02 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > I will have Eugenie add the SourceNameMapper propath changes in. Can you suggest some simple testcases that he can...
05/28/2013
- 07:47 PM Base Language Feature #1649: implement Windows environment/registry access
- OK. Then you will need to generate the same errors when running on systems other than Windows.
- 07:42 PM Base Language Feature #1649: implement Windows environment/registry access
- > I don't understand what you mean here. Please show an example.
>
> And a question: can the INI files be used on ... - 07:24 PM Base Language Feature #1649 (WIP): implement Windows environment/registry access
- > This in not very optimized approach especially for INI file due to open->write->close cycle we have to do for every...
- 07:46 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > As far as I can see MSVCRT.DLL is a standard package at least from XP. Why do we need to distribute it?
Are you ... - 07:33 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > 1. The approach is fine. Please remove all the logging code from the DllEntryPoint function. In addition, put comme...
- 07:06 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Code Review
1. The approach is fine. Please remove all the logging code from the DllEntryPoint function. In addi... - 07:35 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Code Review (for 0527b)
I am fine with the update except for one question: why not use writeShort() and readShort() ... - 04:15 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Constantin Asofiei wrote:
> The server project failed compilation:
> [...]
> We need the SpaceField(integer), Skip... - 05:29 PM Base Language Bug #2130: fix propath assignment
- Code Review:
> The implementation idea is to store variable part in WorkArea with initial value as "." - current d... - 04:48 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- >> 10. Yes, we need to fix the SourceNameMapper to use the effective propath. Eugenie is also working on a fix for pr...
- 04:39 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Some info about agent's context management: I've tested all modes, by creating a global shared var in the connect pro...
- 03:43 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > 1. Is there any need for this information (e.g. the legacy port number)?
OK, I'll leave out of the directory any... - 01:25 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- ...
- 01:21 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- I have reviewed the design in detail. It looks very good.
Here are my questions/comments:
1. Is there any ne... - 11:04 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- More findings on remote procedure invocations: 4GL allows to *Pass INPUT, OUTPUT, and INPUT-OUTPUT variable or TEMP-T...
- 01:51 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Stanislav Lomany wrote:
> It looks like the single way to update ORM at runtime is to create/update @Configuration@ ... - 10:59 AM Database Bug #2090 (Closed): correct sorting of DMO properties during schema conversion
- 02:55 AM Database Bug #2090: correct sorting of DMO properties during schema conversion
- Committed to bzr revision 10354.
- 09:18 AM Base Language Feature #2135: implement COPY-LOB language statement
- An early form of COPY-LOB support was created in #1635. It is only useful for testing purposes and it is not complet...
- 09:18 AM Base Language Feature #1635 (Closed): implement MEMPTR/RAW support
- This is a complete re-write of the memptr and raw data types. Since most of the implementation of these types is sha...
05/27/2013
- 06:47 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Some thoughts:
1. About dynamic addition / removal of Hibernate entities: Eric, please see my previous note and tell... - 06:43 PM Base Language Feature #1640: implement DOM XML support
- upload test
- 06:43 PM Base Language Feature #1640: implement DOM XML support
- upload new version with bugfixes
- 04:55 AM Base Language Feature #1640: implement DOM XML support
- I still have a problem with delete statement. Aast generate java code:
@HandleOps.delete(hDoc);@
But inside delete me... - 04:49 PM Database Bug #2090: correct sorting of DMO properties during schema conversion
- The changes look good to me; please commit. Nice work!
- 03:38 PM Base Language Feature #1649: implement Windows environment/registry access
- > More importantly, does the 4GL immediately persist any changes to the backing registry/INI file? Or are those chang...
- 02:22 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- > Please provide or point me to your new @DatetimeTzUserType@ implementation (and supporting code). I didn't see it ...
- 12:31 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Ovidiu Maxiniuc wrote:
> * completely rewrote the @DatetimeTzUserType@ as implements @CompositeUserType@. It declare... - 10:08 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- # In 4GL, if the @PROPATH@ function is used at runtime and to set the propath to i.e. @.@, then all RUN statements wi...
- 10:05 PM Database Feature #2080: add runtime support for database methods
- There is probably an implicit assumption that there will always be a valid sort (order by) clause passed into the Fin...
05/26/2013
- 05:55 PM Database Feature #2080: add runtime support for database methods
- Created example for test FIND-BY-ROWID with locked records, and found also NPE on RandomAccessQuery, line 673 - inde...
05/25/2013
- 03:01 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- The design of the appserver implementation in P2J is split in these parts:
I. appserver configuration and management... - 09:12 AM Database Bug #2090 (Review): correct sorting of DMO properties during schema conversion
- 09:01 AM Database Bug #2090: correct sorting of DMO properties during schema conversion
- Beside renumbering of the TempRecord DMOs (not sure why, but I this should not be a problem), changes related to this...
- 03:22 AM Database Bug #2090: correct sorting of DMO properties during schema conversion
- The server project -compiled- converted fully (no schema generation errors). Lots of changes, I'm running conversion ...
- 03:15 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- The server project failed compilation:...
05/24/2013
- 04:21 PM Database Bug #2090: correct sorting of DMO properties during schema conversion
- ca_upd20130524d.zip has passed runtime regression testing. I'll runn full server project conversion next.
- 06:10 AM Database Bug #2090: correct sorting of DMO properties during schema conversion
- This fix has passed MAJIC conversion testing; there are diffs, but they are expected. I think this fixes the DMO-rela...
- 01:46 AM Database Bug #2090: correct sorting of DMO properties during schema conversion
- There are two issues with this update:
# I left behind the ORDER nodes
# I expected for the parser, in a @define te... - 02:52 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Greg Shah wrote:
> What is left to do on this task before it is otherwise 100% complete?
With _POLY issues defe... - 02:25 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Looks like implementing persistence of timedate-tz is not very straightforward.
What I have done during last couple ... - 02:43 PM Base Language Bug #2154: Date arithmetics and Gregorian gap
- While implementing @add-interval@ / @interval@ functions for date/datetime/datetim-tz I encountered some particular c...
- 02:39 PM Base Language Bug #2154 (New): Date arithmetics and Gregorian gap
- 02:35 PM Base Language Feature #1649: implement Windows environment/registry access
- Yes, this looks good.
- 01:57 PM Base Language Feature #1649: implement Windows environment/registry access
- The suggested change for OS-GETENV support:
1. FileSystemDaemon.java:
Declare native method and load p2j:... - 10:48 AM Database Feature #2080: add runtime support for database methods
- Vadim Nebogatov wrote:
> Eric Faulhaber wrote:
> > I think you need to execute the FindQuery with silent error mode... - 10:46 AM Database Feature #2080: add runtime support for database methods
- Vadim Nebogatov wrote:
> Eric Faulhaber wrote:
> > Vadim Nebogatov wrote:
> > > I thought these methods are still ...
05/23/2013
- 05:42 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- It looks like the single way to update ORM at runtime is to create/update @Configuration@ object and build a new @Ses...
- 05:28 PM Database Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> I think you need to execute the FindQuery with silent error mode enabled, then return the res... - 04:56 PM Database Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> Please help me understand the need for the ErrorIfNull enum and the changes to @RecordBuffer... - 04:45 PM Database Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> Vadim Nebogatov wrote:
> > I thought these methods are still not implemented properly and p... - 12:39 AM Database Feature #2080: add runtime support for database methods
- Vadim Nebogatov wrote:
> Eric Faulhaber wrote:
> > I think you need to execute the FindQuery with silent error mode... - 04:17 PM Database Bug #2090: correct sorting of DMO properties during schema conversion
- Please see the attached fix. At this time, I think the DataModelWorker solved the symptom, and not the cause. Idea is...
- 12:54 PM Database Bug #2090 (WIP): correct sorting of DMO properties during schema conversion
- 08:27 AM Database Bug #2090: correct sorting of DMO properties during schema conversion
- Good work.
Please go ahead and work this. Right now, the code as we have it checked into bzr can't properly conve... - 08:15 AM Database Bug #2090: correct sorting of DMO properties during schema conversion
- I can confirm this is a real problem. This is the case in dan/Dec.java:...
- 08:03 AM Database Bug #2090: correct sorting of DMO properties during schema conversion
- Attached the DataModelWorker changes.
- 06:34 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Reverted rules/annotations/case_statements.rules
Constantin informed me that the update patch passed the conversion ... - 03:49 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Actually, after discussing this, we need to rollback the case_statements.rules change, as we lose info when .intValue...
- 03:31 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- My fault, I did not reconvert before testing om_upd20130517a.zip. There is a bug in case_statements.rules: fChildType...
05/22/2013
- 05:56 PM Database Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> I think you need to execute the FindQuery with silent error mode enabled, then return the re... - 02:46 PM Database Feature #2080: add runtime support for database methods
- I think you need to execute the FindQuery with silent error mode enabled, then return the result of @ErrorManager.isE...
- 05:43 PM Base Language Feature #1649: implement Windows environment/registry access
- > ...
> As part of this task, please add native code to back FileSystemOps.getProperty() by first checking the clien... - 11:19 AM Base Language Feature #1649: implement Windows environment/registry access
- Although this is a separate 4GL feature, the OS-GETENV is a related functionality. We currently implement this in Fi...
- 11:12 AM Base Language Feature #1649: implement Windows environment/registry access
- > 2. I suggest to use separate Java class/source file in com.goldencode.p2j.util.* package, say Environments.java or ...
- 05:27 PM Base Language Feature #1640: implement DOM XML support
- 1) XEntityImpl and XNodeRefImpl are finished, I'm only not sure about DOMExeception(this is RuntimeException). Should...
- 05:23 PM Base Language Bug #2130: fix propath assignment
- The update has been uploaded. The change reflects the currently detected 4GL behaviour. Within PROPATH changing we on...
- 02:18 PM Base Language Bug #2130: fix propath assignment
- > 4. Does the checking for already existing propath entries need to honor the file system's case sensitivity? How doe...
- 12:45 PM Base Language Bug #2130: fix propath assignment
- > 1. In setSearchPath() the work.obtain() is called many times (inline). This is not a good idea because it is very i...
- 10:44 AM Base Language Bug #2130: fix propath assignment
- Code review feedback:
1. In setSearchPath() the work.obtain() is called many times (inline). This is not a good i... - 01:01 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- I am interested in learning more about what you have found about the requirements for the appserver agents. This inc...
- 01:00 PM Base Language Feature #1638: implement Java access to converted appserver code (must be a simple replacement fo...
- In the next 2-3 weeks we need to share details about the design of how Java code will be able to use the appserver fu...
- 12:50 PM Database Bug #2090: correct sorting of DMO properties during schema conversion
- How much time is estimated to be needed to check this?
- 10:59 AM Database Bug #2090: correct sorting of DMO properties during schema conversion
- The remaining problem here is that this fix changes the widget order for some "display temp-buffer." cases in MAJIC. ...
- 10:24 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- We will defer the work related to #2050 and the gregorian gap work on note 115.
What is left to do on this task be... - 10:09 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- In regard to note 116, the "There ARE datetime literals" part:
We can accept P2J being more permissive so long as:... - 09:46 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- In regard to note 115, I think you are right that the gregorian gap is not likely to affect code in apps we are worki...
- 09:39 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- In regard to note 113, I had previously sent this response via email. I am including it here to memorialize it.
<... - 09:38 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- About note 112:
> So the default format seems to be somewhat dynamic, depending on current date-format. We are cur... - 08:28 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- > Progress is counting the *DST as part of the timezone* and computes the timezone dynamically. This means that an of...
- 08:10 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- From Ovidiu:...
05/21/2013
- 04:41 PM Base Language Feature #1649: implement Windows environment/registry access
- After reading some background documentation I have got the implementation plan:
1. The "environment" is a set of t... - 04:34 AM Database Feature #2080: add runtime support for database methods
- I am comparing and fixing differences with 4GL and P2J error handling after I implemented method FIND-BY-ROWID as
<p... - 08:03 PM Base Language Feature #1640: implement DOM XML support
- 1) merge with 10352 revision
2) XEntityImpl and XEntityImpl now works with Node (was Element)
3) Now possible to cr...
05/20/2013
- 03:46 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Checked into bzr as 10352 and distributed via email.
Please note that the ImportWorker needed to be merged with th... - 01:32 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Go ahead and check this (0517a) in and distribute it.
One question: in FillIn.java, don't we need to deal with the... - 01:42 PM Database Feature #1911: add runtime support for sequences
- I've changed the H2 and PostgreSQL dialects to not use quoted sequence names, so that we are not forcing case-sensiti...
05/17/2013
- 10:20 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- om_upd20130517a.zip has passed runtime regression testing.
- 05:34 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I found that in FillIn additional code was needed to keep the existing format if mixing integer and int64 types.
As ... - 03:12 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Only one issue found, related to formatting. For a test like:...
- 04:41 AM Base Language Feature #1640: implement DOM XML support
- The HandleChain.delete should look like this:...
05/16/2013
- 07:30 PM Base Language Feature #1640: implement DOM XML support
- Do I need to implement delete() and resourceDelete() methods ? Because I did't find any implementation of this method...
- 03:12 AM Base Language Feature #1640: implement DOM XML support
- Evgeny: when you add a new interface for methods/attributes and use that interface in methods_attributes.rules (for t...
- 12:17 PM Database Feature #2080: add runtime support for database methods
- Code review 20130510:
Update looks fine. However, since the change really isn't about the BUFFER-RELEASE method s... - 08:29 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I'm running conversion/runtime testing on devsrv01 with this update.
- 08:25 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Removed some code related to datetime processing in PL.
- 07:44 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Changes since last update package:
* integration with Hibernate 4 upgrades (latest bzr sources, rev 10350).
* added...
05/15/2013
- 07:46 PM Base Language Feature #1640: implement DOM XML support
- 1) add Rules for all new methods and attributes.
2) add setters for read-only attributes. - 02:49 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Eric Faulhaber wrote:
> I think the overloading approach you have taken is OK for PostgreSQL. I'm concerned about... - 12:06 PM Base Language Bug #2151: problems honoring errors raised when NO-ERROR clause is present
- Ovidiu found a problem which is related to how DISPLAY manages errors during expression evaluation. In a case like:
... - 12:01 PM Base Language Bug #2151 (New): problems honoring errors raised when NO-ERROR clause is present
- 11:26 AM Base Language Feature #2050: ATTR_POLY/METH_POLY used as rvalue or in expressions
- This is related to my note 116 from #1584.
After a talk with Constantin we have draw the conclusion that the fix for...
05/14/2013
- 07:20 PM Base Language Feature #1640: implement DOM XML support
- Rollback changes for XCommon.removeAttribute methods
- 02:36 AM Base Language Feature #1640: implement DOM XML support
- Evgeny, you need to be real careful when moving/deleting/adding methods (which map 4GL methods and attributes) in the...
- 02:10 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Date/time/-tz start to became very funny.
A few more issues I found today:
* *There ARE datetime literals!* There a... - 08:49 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Agreed.
05/13/2013
- 06:54 PM Base Language Feature #1640: implement DOM XML support
- 1) add stubs for new methods
2) move some methods from XCommon interface to SaxReader/XDocument interfaces
3) repla... - 06:20 PM Database Feature #2080: add runtime support for database methods
- I have attached update vmn_upd20130513a.zip/vmn_upd20130513b.zip
Fixed properties comparing with extent: isAssignabl... - 01:16 PM Database Feature #2080: add runtime support for database methods
- Yes, I just do with this way
- 12:47 PM Database Feature #2080: add runtime support for database methods
- Vadim Nebogatov wrote:
> Difference related with transaction absense is found in error handling of @BUFFER-CREATE()@... - 12:42 PM Database Feature #2080: add runtime support for database methods
- Vadim Nebogatov wrote:
> One more question: do we plan to support @tenant-expression@ parameter for BUFFER-CREATE me... - 05:10 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- When connecting to an app server, how will the app server client (on P2J server S1) connect to the P2J server running...
- 03:07 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I struggled today with some particular cases of date/datetime arithmetics, namely the "Gregorian gap".
It looks lik... - 02:49 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- In regard to my last note.
I tried today to implement parsing of date literal in TRPL but I found it to be rather co... - 02:42 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I found another issue. However, I think this can be solved at conversion time by adding some parameter or overloading...
- 02:40 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I was fine-tuning my implementation of @datetime@/@datetime-tz@ when I have found some /interesting features/ of Prog...
05/12/2013
- 05:30 PM Database Feature #2080: add runtime support for database methods
- Difference related with transaction absense is found in error handling of @BUFFER-CREATE()@ method:...
- 05:03 PM Database Feature #2080: add runtime support for database methods
- Eric Faulhaber wrote:
> Try
> def var log as logical no-undo.
Thanks, it works!
One more question: do we plan ... - 02:00 PM Database Feature #2080: add runtime support for database methods
- Try...
05/11/2013
- 05:13 PM Database Feature #2080: add runtime support for database methods
- Strange example for buffer-create() method. ...
- 04:13 PM Database Feature #2080: add runtime support for database methods
- Test uniqueness violation with BUFFER-RELEASE method (buffer-release-method-2.p)...
05/10/2013
- 07:56 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- The investigation and documentation reading let me conclude the current level of the P2J.DLL init-term implementation...
- 09:27 AM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- > Is there any other work needed before you are done?
I would say yes if the DLL init-term procedure is completely... - 08:13 AM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Is there any other work needed before you are done?
- 03:59 AM Database Feature #2080: add runtime support for database methods
- Additionally to note 169 concerning H2 database behavior.
P2J requests @hibernateConfigs@ map
on DataBaseManager,... - 01:46 AM Database Feature #2080: add runtime support for database methods
- I've finally worked around the sequence issues with some temporary code changes and I'm now seeing the constraint vio...
- 12:49 AM Database Feature #2080: add runtime support for database methods
- Please ignore the noise about the broken H2 schema in my last post. I misread the errors; they are nothing new and ...
- 11:18 PM Database Feature #2080: add runtime support for database methods
- I was trying to recreate your results, but I cannot even generate a usable H2 table schema for the p2j_test database ...
05/09/2013
- 07:20 PM Database Feature #2080: add runtime support for database methods
- Problem is in different P2JDialect.needsComputedColumns() implementations, affects registerDatabase().
for PostgreSQ... - 06:13 PM Database Feature #2080: add runtime support for database methods
- Problem seems with indexes recognition, possible with H2 only. Method checkUniqueAndShare() returns before actual val...
- 05:38 PM Database Feature #2080: add runtime support for database methods
- When I run your test case once in Progress, I get:...
- 01:16 PM Database Feature #2080: add runtime support for database methods
- HibernateException is thrown from session.flush(); in rollback. I think it should do nothing in my simple example, an...
- 01:07 PM Database Feature #2080: add runtime support for database methods
- I have corrected update above: actual message is some shorter. First time I copied message from log, sorry.
- 10:22 PM Database Feature #2080: add runtime support for database methods
- Something is wrong here. This functionality has long since been in P2J. You should not be seeing Hibernate-level ex...
- 07:14 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- The testcases archive. The statements was tested are INPUT THROUGH, OUTPUT THROUGH and INPUT-OUTPUT THROUGH. The curr...
- 06:37 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Good. That all sounds promising.
- 04:56 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > 1. My primary concern here is in getting the environment and pseudo-terminal/terminal setup correct for the "agents...
05/08/2013
- 07:26 PM Base Language Feature #1640: implement DOM XML support
- first update:
1) there are some TODOs there, I'm still working on this
2) some of the methods are not stubed(new me... - 06:26 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > when the P2J Server determines that a new Agent is needed (as existing ones are busy), it calls back to the P2J Bro...
- 06:11 PM Database Feature #2080: add runtime support for database methods
- Test for RELEASE statement with p2j_test database....
05/07/2013
- 04:07 PM Database Feature #2080: add runtime support for database methods
- Yes, much of the trigger functionality is still unimplemented. However, I don't understand why you need triggers to ...
- 03:53 PM Database Feature #2080: add runtime support for database methods
- I have created two tests for RELEASE statement and BUFFER-RELEASE method and found out that triggers do not work. Onl...
- 03:37 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Following is a first attempt at a high-level design for the appserver communication part (please read fully):
# In 4... - 09:41 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > Does this mean that any AppServer client will send requests to the same socket? If so, then this means that each r...
- 01:14 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I'm reviewing the database portions of 20130507b.
Some of the latest updates committed to bzr last week are not pres... - 12:05 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Thanks.
I am moving majic-related archives to new task #2150. - 12:02 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- The progress.g update looks good. Well done.
Why are you deleting files? We generally want to leave old files ar... - 11:41 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Regarding @DATETIME_TZ_LITERAL@ note 93.
I have tested and adjusted a little the rule for the literal. The seconds... - 11:36 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- It looks fine.
- 11:22 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Added 2 missing files affected by previous changes to @int64@ API.
- 09:54 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Go ahead with runtime testing. If Eric finds anything of concern we can deal with it at that time.
- 09:50 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Yes, this update should fix the _Function "PLUS" not found_ error from stdout.log.
The update also contain the fix ... - 09:22 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I am fine with the changes, but most of them are in code of which Eric is the "owner".
Eric: please take a look at... - 08:27 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Change from note 92:
* Fixed pl/java functions/operators.
* Added some operators overloaded with integer / bigint
... - 12:02 PM Database Feature #1580 (Review): upgrade Hibernate to latest level
- I get the following warnings when compiling with this update. I have updated the code from bzr, rather than manually...
- 10:02 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Experiments with different testcases show the following results for process launch 4GL options for Windows implementa...
05/05/2013
- 05:44 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- In regard to note 90:
Please see testcases/uast/datetime_literals.p and testcases/uast/datetimetz_literals.p for s...
05/03/2013
- 04:53 AM Database 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 ...
Also available in: Atom