Activity
From 06/01/2013 to 06/30/2013
06/30/2013
- 11:40 AM Base Language Feature #1649: implement Windows environment/registry access
- Please implement this exactly like the 4GL actually works. It doesn't matter what the documentation says. We have t...
06/28/2013
- 06:46 PM Base Language Feature #1649: implement Windows environment/registry access
- The investigation results:
> 1. Please do consider if it is possible to shift the EnvironmentAccessor to use String ... - 11:38 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- I think I understand your point now. These changes don't affect the cleanup that happens during normal termination p...
- 10:16 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > 1. SecurityManager.resetContext() should probably be only callable from selected portions of the P2J runtime (using...
- 10:04 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Code Review 0628a
Overall it looks very good. A couple of things:
1. SecurityManager.resetContext() should pro... - 08:19 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Adds State-reset support plus a @TableResultSet.asResultSet@ API which returns a @java.sql.ResultSet@ proxy for the d...
06/27/2013
- 06:22 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- The SharedVariableManager's ContextContainer instances will get cleaned up (i.e. removed) too during reset. What I wa...
- 06:08 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- I don't have a problem with this, but how does the app-created stuff (e.g. shared vars) get cleaned up if we complete...
- 05:48 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- About State-reset: the good news is that 4GL doesn't save any state created by the connect or startup procedures, for...
- 10:56 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Greg Shah wrote:
> Great! Please distribute the changes and check it in.
Committed to bzr revision 10361. - 10:17 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > see the javadoc for AppServerTest.java class for details about connecting to the appserver from Java code. Please l...
- 10:04 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Great! Please distribute the changes and check it in.
- 05:08 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- 0626a.zip has passed regression testing.
- 05:50 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- Yes, I am just doing this now
- 05:48 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- Vadim wrote (in email):
> select avg(...) is not logged because exception happens on statement creation time
You ... - 10:15 AM Base Language Bug #2130: fix propath assignment
- Fixed in appended update. Committed in bzr as 10360.
- 09:13 AM Base Language Bug #2130: fix propath assignment
- You can go ahead and fix the javadoc issue in that one file. Do NOT add a history entry for that change. Then you m...
- 08:00 PM Base Language Bug #2130: fix propath assignment
- There is one javadoc issue found here which does not touch the functionality and does not require re-testing. The pro...
- 10:01 AM Base Language Feature #1649: implement Windows environment/registry access
- The code looks good. Some thoughts:
1. Please do consider if it is possible to shift the EnvironmentAccessor to u... - 07:55 AM Database Feature #2000: add conversion support for table and table handle parameters
- Stanislav: this is from one of my tests, I think is safe to put it in your low priority queue, as it doesn't affect t...
- 07:52 AM Database Feature #2000: add conversion support for table and table handle parameters
- Constantin, I looked at it and have no quick idea how to fix it. It looks like TableParameters-related code just wasn...
06/26/2013
- 07:52 PM Base Language Feature #1649: implement Windows environment/registry access
- > Please note that the StanzaIni constructors need javadoc.
The new update uploaded. The javadoc missing entries w... - 07:21 PM Base Language Feature #1649: implement Windows environment/registry access
- > How much more effort do you expect is needed to complete your testcases and the implementation?
This is the seri... - 05:08 PM Base Language Feature #1649: implement Windows environment/registry access
- Code Review 0626a
I am fine with the code and approach in general. Please note that the StanzaIni constructors ne... - 02:49 PM Base Language Feature #1649: implement Windows environment/registry access
- > Please make sure to test cases where "" (empty string) is passed for various parameters AND where unknown value is ...
- 05:09 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Greg Shah wrote:
> > 1. implement context-local reset (for State-reset mode). This is a little tricky, as I think we... - 10:27 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Code Review 0625b
I am fine with the proposed code. There a a couple of minor coding standard issues (explicit im... - 10:06 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > 1. implement context-local reset (for State-reset mode). This is a little tricky, as I think we need to take a snap...
- 01:54 PM Database Feature #2000: add conversion support for table and table handle parameters
- Stanislav, any idea why this code converts badly?...
- 10:46 AM Database Feature #1588: add conversion and runtime support for embedded SQL
- Vadim Nebogatov wrote:
> For change hibernate logging I need to create corresponding cfg/log4j.properties file. As I... - 05:31 AM Database Feature #1588: add conversion and runtime support for embedded SQL
- For change hibernate logging I need to create corresponding cfg/log4j.properties file. As I see in note 111 for issue...
06/25/2013
- 06:26 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- This adds MemoryBuffer support: instances of this class must be used by the Java client code, when performing appserv...
- 04:46 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- I've found the Memptr.java javadoc on windev01 -devsrv01- and it states that "Represents the PROGRESS 4GL MEMPTR data...
- 04:32 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > BTW, any news on memptr about the "is it safe to store it on the Java heap" issue?
I thought my comments in note... - 04:19 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Eh, I was thinking if the user wanted to provide its own implementation of a ResultSet, but this is unlikely. My real...
- 06:08 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- Eric Faulhaber wrote:
> Have you turned on logging in Hibernate to see what SQL is being generated from this?
Not ... - 12:20 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- Have you turned on logging in Hibernate to see what SQL is being generated from this? Have you debugged into Hiberna...
- 04:27 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- > I have to take a deeper look and dig into the details, but so far, nice work getting this going at runtime! Have yo...
- 03:12 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- I have to take a deeper look and dig into the details, but so far, nice work getting this going at runtime! Have you ...
- 05:24 AM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Test update that generates DMO classes (Java code) and mappings (hbm.xml) at server run time using conversion engine....
- 04:15 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- One minor issue exists in the generated code. Here is an example:...
- 01:31 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I am putting this code through conversion and runtime regression testing right now. I had to modify the datetime cla...
- 10:10 AM Base Language Feature #1649: implement Windows environment/registry access
- The code in 0621a is good. The findings are also interesting. Please make sure to test cases where "" (empty string...
06/24/2013
- 07:59 PM Base Language Feature #1649: implement Windows environment/registry access
- More INI files interesting findings:
GET_KEY_VALUE for missing entry gives empty string, not error or NULL string.
...
06/22/2013
- 05:20 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- Testing, code commenting aggregate functions runtime in embedded SQL.
@cnt, max, min, sum@ work properly, but there...
06/21/2013
- 05:20 PM Base Language Feature #1649: implement Windows environment/registry access
- Possible situations with registry load/get/put:
1. Registry already has the key, using LOAD env. - Environment can b... - 01:57 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Changes in this update:
* where_clause.rules: cleanup;
* ImportWorker: put the fall-back mechanism back, improved P... - 12:17 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Constantin Asofiei wrote:
> ... And something else about using @java.sql.ResultSet@ - to access the metadata, the on...
06/20/2013
- 05:09 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- This update:
# forces the PropertyDefinition.type to be a hibernate UserType subclass; it allows the user to specify... - 08:00 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- For tables used in OUTPUT and INPUT-OUTPUT mode, do we need to allow the user to access the new data via a @java.sql....
- 03:30 PM Base Language Feature #1649: implement Windows environment/registry access
- > > So looks like 4GL in Windows consider whitespaces at the end as meaningfull.
>
> This seems to be true for the... - 02:56 PM Base Language Feature #1649: implement Windows environment/registry access
- > So looks like 4GL in Windows consider whitespaces at the end as meaningfull.
This seems to be true for the LOAD ... - 02:05 PM Base Language Feature #1649: implement Windows environment/registry access
- > 1. Please check if whitespace at the end of strings is ignored for environment names. In the 4GL the string compari...
06/19/2013
- 06:19 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Code review 20130618a (no DB content in 20130619a):
I was just looking over the DB-related stuff. Overall very go... - 02:39 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I am fine with the 0619a changes. Eric still needs to finish his review of the DB parts.
How is the conversion te... - 02:23 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Sorry, I zipped the wrong files.
Reuploaded. - 02:18 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- There are no differences in the files zipped into 0619a.
- 01:52 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Fixed _datetime-tz vs datetimetz_ issue.
My choice was to use java class name for TRPL processing and at the end swi... - 04:13 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- Problem fixed with @COUNT(*)@ runtime in case when WHERE clause is missed because of bug in BufferImpl: ...
- 03:36 PM Base Language Feature #1649: implement Windows environment/registry access
- > 1. Please check if whitespace at the end of strings is ignored for environment names. In the 4GL the string compari...
- 01:58 PM Base Language Feature #1649: implement Windows environment/registry access
- > > LOAD and USE does not really touch the registry for creation keys with given environments.
>
> Can you explain... - 01:49 PM Base Language Feature #1649: implement Windows environment/registry access
- > LOAD and USE does not really touch the registry for creation keys with given environments.
Can you explain what ... - 01:48 PM Base Language Feature #1649: implement Windows environment/registry access
- Code Review (0618a)
1. Please check if whitespace at the end of strings is ignored for environment names. In the ... - 09:33 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Thoughts on memptr:
I don't want to make any changes to memptr.java itself. As far as I understand it, the Open J... - 09:03 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- To use memptr from java code, I suggest the following:
# in memptr.java file, we directly use a MemoryDaemon instanc...
06/18/2013
- 07:27 PM Base Language Feature #1649: implement Windows environment/registry access
- Ini file findings:
LOAD creates the new empty INI file.
Registry findings:
LOAD and USE does not really touc... - 06:01 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- Thanks, conversion works now for count(*)
- 05:05 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- The temp-table problem was further back than common-progress.rules. We were only adding the "simple_sql_conversion" ...
- 04:48 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- >>>hasPrevSibling (and hasNextSibling) will return true only if the resource supports the PREV-SIBLING (and the NEXT-...
- 02:44 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > Also, don't we need to provide a basic subclass of TableResultSet for use on the remote side? For example, if we t...
- 12:20 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- I am fine with the resulting code. Thoughts:
>> 4. Do I understand correctly that the TableResultSet and TempTabl... - 11:21 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- [[> 1. The file Protocol.java has no changes compared to the one in bzr.
Had some whitespace added by mistake, I've ... - 04:41 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Code Review
I am good with all the non-database stuff. Eric will have to review the DB parts.
My only remaining... - 01:46 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Added new update file with the changes from reviews.
- 12:43 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- > * There is an @exc.printStackTrace()@ debug call left behind at line 1800 in Persistence. Was this triggered by the...
- 11:52 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- 20130606a/20130607a review (cont.):
* There is an @exc.printStackTrace()@ debug call left behind at line 1800 in Per... - 11:29 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Ah, good point, I didn't read carefully enough, but the comments are misleading. Since this is the only change (and i...
- 04:44 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- It was an attempt to implement the @datetime-tz@ operators. The initial idea was to handle (only) the two column @dat...
06/17/2013
- 06:04 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Eric, I wasn't sure if the definitions of indexes in Hibernate are used by P2J. If they are not used - great!
- 01:58 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- This all makes sense to me, except:
> 3. there is no direct replacement for index section, so it looks like another ... - 12:51 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- I was working on the code generation for dynamic DMOs. At first I started with the approach that re-uses hibernate/ja...
- 04:37 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I am reviewing the database changes in 20130606a. Although I'm not finished, I see one change so far that is likely ...
- 02:30 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Code Review (0617b)
Wow! This is very, very good work. And it is massive too. I took me most of the day to revi... - 12:24 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Merged with revision 10359.
- 08:54 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- - secured the connection IDs (only authorized sessions can access them)
- some other fixes related to using appserve...
06/15/2013
- 04:50 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- failed in latest revision in bazaar
- 04:49 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- sql_count.p conversion failed with error in #10...
06/14/2013
- 06:29 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- Please upload the test case that is causing this error.
- 06:09 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- My tests for @COUNT(*)@ runtime work for permanent tables, but for temporary tables I receive exception in common-pr...
- 03:04 PM Base Language Feature #1649: implement Windows environment/registry access
- INI files findings:
1. LOAD is case insensitive, we can use evl_env for eVl_eNV.ini file, or eVl_eNV for evl_env.i... - 01:22 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- 3. All @date@ and @datetime@ in 4GL are not localized. Or perhaps, as I found somewhere written, they are localtime. ...
06/13/2013
- 06:58 PM Base Language Feature #1649: implement Windows environment/registry access
- Code Review
1. The use of EnvironmentDaemon.envMap should probably have keys lowercased. The change is needed in ... - 06:39 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Code Review (0606a and 0607a)
Eric will have to look carefully at the database related parts. Overall, it is very... - 12:37 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Some later edits:
4. the AppServerFactory class was renamed to ServerFactory, as a SERVER object handle can connect ... - 10:05 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- This update is a good version for review; major remaining TODOs:
1. implement context-local reset (for State-reset m... - 10:14 AM User Interface Feature #1799: implement the full GUI client driver including all widget rendering
- Here is a useful link that (when read carefully) has several very useful details about the Progress GUI implementatio...
06/12/2013
- 03:56 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Ovidiu Maxiniuc wrote:
> While testing queries that use pl/java functions I observed that in 4GL, eventual errors ar... - 03:36 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- No, we only need runtime support for the forms listed in note 1 above.
Please see the following in the testcases p... - 02:52 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- What about support of @COUNT(DISTINCT column)@? 4GL supports such expressions as part of obsolete SQL-89, with the fo...
- 10:08 AM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Stanislav Lomany wrote:
> Since table names can be the same across multiple or even one user context, I think we sho...
06/11/2013
- 04:51 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Since table names can be the same across multiple or even one user context, I think we should use @<table name>___<un...
- 01:44 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- We will be supporting both widget pools and the DELETE OBJECT. That work is not yet complete. See #1983.
Constan... - 12:57 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- "The dynamic temp-table object is scoped like the buffer object. It is created in a widget pool and ends when the wid...
- 01:46 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- While testing queries that use pl/java functions I observed that in 4GL, eventual errors are silently discarded, for ...
06/10/2013
- 05:27 PM Base Language Feature #1649: implement Windows environment/registry access
- The new drop includes:
1. Some rework for Java implementation of base logic.
2. The ThinClient starts the Environme... - 05:12 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Check out the harness project using bzr and look in src/com/goldencode/compile/ for the backing code. Also look at:
... - 05:01 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- > What in your opinion makes Javassist a different/better solution for our needs?
I didn't notice that we are alread... - 04:35 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- I want to be careful about adding another bytecode manipulation library to the project. We have a few options alread...
- 03:55 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Eric, how we a going to implement classes of entities for dynamic tables? I gravitate towards Javassist.
- 05:34 AM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- For 5000 tables addition of a new one takes about 50 ms.
> What class of hardware were you using for these measur... - 07:15 AM Database Feature #2156: datetime-tz and hibernate
- The 2-column compound type implementation of @datetime-tz@ is realized in multiple stages:
# conversion time. In hib... - 06:26 AM Database Feature #2156: datetime-tz and hibernate
- In @datetime-tz@ datatype is a @datetime@ with an integer timezone-offset, equivalent of ANSI @TIMESTAMP WITH TIME ZO...
- 05:07 AM Database Feature #2156 (Closed): datetime-tz and hibernate
06/09/2013
- 06:04 PM Database Feature #2080 (Test): add runtime support for database methods
- Code review 20130609a:
Code looks good. Please regression test on devsrv01, according to the instructions Greg re... - 07:29 AM Database Feature #2080: add runtime support for database methods
- I have attached update vmn_upd20130609a.zip.
Added FIND-BY-ROWID() runtime support and some fixes. Should be teste... - 05:57 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- I'm not so concerned about the initial time, this will be part of server startup. It is good that the incremental ca...
- 04:26 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- For 100 tables initial @builtSessionFactory@ takes 1500 ms and subsequent @buildMappings@ calls - 15 ms.
06/07/2013
- 04:04 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- > Specifically, I imagine the @configuration.buildMappings()@ call can be quite expensive with a large number of exis...
- 12:16 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- This is a good start. The following lines in the test app concern me:...
- 01:32 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- This update fixes the import of date / datetime / datetime-tz fields.
The *.d files are parsed for PSC header / foot... - 09:46 AM Database Feature #2080: add runtime support for database methods
- Code review 20130606:
I think the changes in RecordBuffer, DMOValidator, DatabaseManager, and the changes which ar... - 03:53 AM Database Feature #2080: add runtime support for database methods
- I have attached update vmn_upd20130606a.zip/vmn_upd20130606b.zip
Added @FIND-BY-ROWID()@ runtime support. Main pro...
06/06/2013
- 05:57 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Here is the proof of concept of mutable session factory. BTW, since our factory extends @SessionFactoryImpl@, we don'...
- 12:33 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Some test cases I used for int64 / date / datetime / datetime-tz.
They are a little messy but I tried to comment eac... - 12:28 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Greg Shah wrote:
> I would also like to see the list of all open/remaining todos/issues.
Added update for datetime/...
06/05/2013
- 05:43 PM Base Language Feature #1649: implement Windows environment/registry access
- The overall design looks good.
Some thoughts:
1. Please create some non-trivial samples that use a complete ran... - 04:46 PM Base Language Feature #1649: implement Windows environment/registry access
- The first high level design upload for you to review. The offered implementation:
1. The class EnvironmentOps calls ... - 02:48 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Please post your current code, even if not yet complete. I want to start the code review process, since it may take ...
- 11:22 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Greg Shah wrote:
> > the requester can use it, but on the requester side the resource to which will end up being mapp... - 11:17 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > the requester can use it, but on the requester side the resource to which will end up being mapped is somehow rando...
06/04/2013
- 05:28 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > Plan to support the same types that the 4GL supports. For example: do they support handle from Java code to/from a...
- 05:15 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Let's go ahead and use the P2J wrapper types all the way out to the custom Java code. This way, we can duplicate the...
- 02:18 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- For OUTPUT and INPUT-OUTPUT parameters from Java code, I was thinking to use the P2J data wrappers + the string repre...
- 12:19 PM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > I don't understand exactly what you mean by this part. Perhaps you can provide more detail/an example?
Lets say a... - 11:29 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > then this can be used to communicate with the appserver, and acts as a channel for receiveing request from the remo...
- 08:39 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Something else about the appserver agents: in cases when a direct connection is established from Java code and this c...
- 08:19 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- OK, then just do the following:
1. As part of the appserver agent startup, set the session:batch-mode to true.
2.... - 05:15 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- > The key question: what is the minimum you can do to get through this task?
This does not hurt at all the appserver... - 11:29 AM Base Language Bug #2130: fix propath assignment
- > It is OK. I think we can avoid testing this one. Check it in and distribute it.
OK, agreed. Moreover this change... - 11:06 AM Base Language Bug #2130: fix propath assignment
- It is OK. I think we can avoid testing this one. Check it in and distribute it.
- 11:02 AM Base Language Bug #2130: fix propath assignment
- The updated file has been uploaded for you to review.
- 10:34 AM Base Language Bug #2130: fix propath assignment
- No, you are right. That code is missing:...
- 09:19 AM Base Language Bug #2130: fix propath assignment
- Greg, is it me or SourceNameMapper.java is missing the H019 changes, from 20130412?
06/03/2013
- 03:14 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- > It will be unavoidable to make changes in Hibernate code, like removing the final modifier from SessionFactoryImpl ...
- 01:58 PM Base Language Bug #2130 (Closed): fix propath assignment
- 01:11 PM Base Language Bug #2130: fix propath assignment
- The update evl_upd20130530b.zip has passed the regression testing and committed in bzr as revision 10357.
- 11:55 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Since this is becoming quite complicated, let's take a step back to see if we really need this right now.
The date... - 10:44 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I added some small patched to have my @CompositeCustomType@ written as named parameters. Simple equality queries exec...
- 08:04 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- When processing multicolumn values there are a few keypoints of interest:...
- 10:22 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- I believe this is the equivalent of batch mode (see #1787). This is expected. I was planning to work on it after I ...
Also available in: Atom