Project

General

Profile

Activity

From 10/07/2019 to 11/05/2019

11/05/2019

06:11 PM Base Language Feature #4384: Builtin OO Implementation
h2. OO Built-Ins Requiring Implementation
Breakdown of OO BuiltIns to focus on:
* openedge.core.* = 3 Partial
* ...
Roger Borrello
06:10 PM Base Language Feature #4384 (Closed): Builtin OO Implementation
Roger Borrello
02:11 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
While checking the diff I found missed changes in @progress.g@ due to renaming. So the committed rev 11342 (4077a) lo... Sergey Ivanovskiy
02:03 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > Yes, @uri.normalize()@ should do...
Hynek Cihlar
02:02 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Yes, @uri.normalize()@ should do it.
>
> So @toASCIIString()@...
Sergey Ivanovskiy
01:58 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> Yes, @uri.normalize()@ should do it.
So @toASCIIString()@ is not needed, correct?
Hynek Cihlar
01:55 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Yes, @uri.normalize()@ should do it.
Please review the committed revision 11341 that fixed the rest of the found i...
Sergey Ivanovskiy
12:36 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> This change @from urlString to uri.normalize().toASCIIString()@ is needed because @uri@ c...
Hynek Cihlar
11:56 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
This change @from urlString to uri.normalize().toASCIIString()@ is needed because @uri@ can point to the temporary fi... Sergey Ivanovskiy
11:34 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek, it looks like you examined the old code because I did this change in rev 11340 - changed this constant @file:@... Sergey Ivanovskiy
11:28 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> >I don't think we need to fallback in a ~/fwd dir for a temp locat...
Hynek Cihlar
10:48 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
>I don't think we need to fallback in a ~/fwd dir for a temp location. The Java runtime uses jav...
Sergey Ivanovskiy

11/04/2019

05:20 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Code review 4077a.
@KW_NOT_EMBEDDED@ should be shortened to 11 chars.
coping => copying
Does it make sense t...
Hynek Cihlar
01:16 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> The correct spelling should be NOT-EMBEDDED-CONTENT.
Please review the committed revision 113...
Sergey Ivanovskiy
11:29 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Is there a way to get rid of coping the target file content into...
Sergey Ivanovskiy
10:59 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> NOT-EMBEDED-CONTENT represents that the given resource is not embedded into template ...
Hynek Cihlar
10:59 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> Is there a way to get rid of coping the target file content into a temporary file?
Can...
Hynek Cihlar
08:00 AM User Interface Feature #4077 (Review): add option to OPEN-MIME-RESOURCE to delete the original source file when ...
Please review the committed revision 11339 (4077a). Now @OPEN-MIME-RESOURCE@ is defined by... Sergey Ivanovskiy
03:28 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
For the web client we copy the file and then deliver its copied content. This temporary file is deleted only after it... Sergey Ivanovskiy
08:34 AM Database Feature #3758: misc database features
Indeed, the @DBTASKID@ should be marked as having full implementation. Where do I commit this? Ovidiu Maxiniuc
03:48 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Greg Shah wrote:
> Igor: Did you ever create this note? I need the list of open items remaining from this task. I ...
Igor Skornyakov

11/03/2019

02:32 PM Base Language Feature #3753: I18N additions
Greg Shah wrote:
> Eugenie: I don't think that the @NO-MAP@ I/O option was ever implemented in the runtime. It just...
Eugenie Lyzenko
02:24 PM Base Language Feature #3753: I18N additions
Greg Shah wrote:
> Eugenie: The @NO-CONVERT@ and @CONVERT@ I/O options are listed as full and stub. I think this is...
Eugenie Lyzenko
01:09 PM Base Language Feature #3753: I18N additions
Eugenie: The @NO-CONVERT@ and @CONVERT@ I/O options are listed as full and stub. I think this is incorrect. I think... Greg Shah
01:04 PM Base Language Feature #3753: I18N additions
Eugenie: I don't think that the @NO-MAP@ I/O option was ever implemented in the runtime. It just looks like a stub. Greg Shah
08:24 AM Base Language Feature #4382: implement configurable directory override for PROGRESS global variable
Currently the code always returns "Full", but this is probably not a great idea. It means that COMPILE will work, wh... Greg Shah
08:20 AM Base Language Feature #4382 (Closed): implement configurable directory override for PROGRESS global variable
Greg Shah
07:08 AM Base Language Feature #4381: implement LIBRARY() and MEMBER() built-in functions
Implement the following:
* @LIBRARY()@ built-in function
* @MEMBER()@ built-in function (has conversion to @FileS...
Greg Shah
07:05 AM Base Language Feature #4381 (Closed): implement LIBRARY() and MEMBER() built-in functions
Greg Shah
06:25 AM Database Feature #3758: misc database features
Ovidiu: The @DBTASKID()@ is marked as runtime stubs in gap marking. I think this is incorrect. Based on the comment... Greg Shah
06:08 AM Base Language Feature #4380: finish work on some security features
*GES: this is being edited right now. I will be adding other items shortly.*
The following are needed:
* Run t...
Greg Shah
05:49 AM Base Language Feature #4380 (New): finish work on some security features
Greg Shah
06:07 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Greg Shah wrote:
> We actually have much of that code in our spawner today (for Linux/UNIX and Windows). But it wil...
Greg Shah

11/02/2019

01:07 PM Base Language Feature #4378: properly handle clob/lonchar assignment, especially the implicit codepage conversion
* When a longchar/clob value is assigned to a clob field, it is implicitly converted into the codepage of the target ... Greg Shah
01:06 PM Base Language Feature #4378 (Closed): properly handle clob/lonchar assignment, especially the implicit codepage...
Greg Shah

11/01/2019

06:23 PM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius, note that @drop-procedure@ is no longer part of the conversion logic. Removing the init method was problemati... Hynek Cihlar
06:01 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Sergey Ivanovskiy wrote:
> However, for Linux we can use @lsof | grep "absolute file path"@ in order to check if thi...
Hynek Cihlar
05:53 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
Prepared this diff for the commit candidate. Sergey Ivanovskiy
05:02 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
However, for Linux we can use @lsof | grep "absolute file path"@ in order to check if this file is opened. Another wa... Sergey Ivanovskiy
05:29 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
For the swing client we open the target file by external programs which don't send us notifications that the target f... Sergey Ivanovskiy
12:09 PM User Interface Feature #3856: implement a widget that replaces the Microsoft ImageList OCX (VB 6.0 common control)
h2. ImageList OCX details
Unfortunately we cannot use the commons controls from @mscomctl.ocx@ to create OE uast t...
Marius Gligor

10/31/2019

10:50 AM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
The current implementation uses @WebBrowserManager.openMimeResource@ to generate java code for @OPEN-MIME-RESOURCE@. ... Sergey Ivanovskiy
10:38 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
1. I've finished to write the PROGRESS-BAR widget documentation
("Progress Indicator Widget and OCX Replacement":/p...
Marius Gligor
05:46 AM User Interface Bug #4377: Custom widget font does not influence the widget size and doesn't propagate from frame...
Layout calculation of some widgets depends on the set font, but only font number is considered, not the custom font. ... Hynek Cihlar
05:40 AM User Interface Bug #4377: Custom widget font does not influence the widget size and doesn't propagate from frame...
When font number is assigned to a widget, the widget size is adapted to accommodate the assigned font size. This does... Hynek Cihlar
05:38 AM User Interface Bug #4377 (New): Custom widget font does not influence the widget size and doesn't propagate from...
Hynek Cihlar

10/30/2019

10:39 AM Database Support #4376 (New): test replication trigger implementation
Greg Shah
10:38 AM Database Feature #4375: add support for -pf <profile_filename> option for CONNECT statement
The @CONNECT@ statement can have a @.pf@ file specified as an option. At runtime, this must be read from the filesys... Greg Shah
10:34 AM Database Feature #4375 (Closed): add support for -pf <profile_filename> option for CONNECT statement
Greg Shah
10:18 AM User Interface Feature #4077 (WIP): add option to OPEN-MIME-RESOURCE to delete the original source file when the...
Sergey Ivanovskiy
09:59 AM Base Language Feature #3751 (Closed): implement support for OO 4GL and structured error handling
The remaining work will be done in #4373. Greg Shah
09:54 AM Base Language Feature #4374: parameter validation for Progress.Lang.Class:invoke and new
Implement parameter validation for Progress.Lang.Class:invoke and new. Here we may have problems as we had with CALL ... Greg Shah
09:54 AM Base Language Feature #4374 (New): parameter validation for Progress.Lang.Class:invoke and new
Greg Shah
09:53 AM Base Language Feature #4373: finish core OO 4GL support
This task is to aggregate the work to finish the OO 4GL implementation. The majority of the work for OO 4GL was alre... Greg Shah
09:49 AM Base Language Feature #4373 (New): finish core OO 4GL support
Greg Shah

10/29/2019

05:29 PM User Interface Bug #4135: high dpi screens display in low dpi
Committed revision 11343 (4135a) tried to fix the drawing issue from #4135-25. The root cause seems to be related to ... Sergey Ivanovskiy
05:21 PM User Interface Bug #4135 (Review): high dpi screens display in low dpi
Sergey Ivanovskiy
11:25 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Some thoughts regarding @PROGRESS-BAR@ implementation.
@PROGRESS-BAR@ widget is designed to replace the Microsoft ...
Marius Gligor

10/28/2019

09:29 AM User Interface Bug #4135: high dpi screens display in low dpi
OK. Please look at this screen shot.
!DemoWidgets1.png!
Sergey Ivanovskiy
09:06 AM User Interface Bug #4135: high dpi screens display in low dpi
> If I understand correctly we developed sub pixel conception for these half integers
No. The reason for the shif...
Greg Shah

10/27/2019

01:00 PM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
There might be issues in Hotel GUI, this is meant (for now) to work with 4069a. Constantin Asofiei
07:28 AM User Interface Bug #4135: high dpi screens display in low dpi
I checked a similar approach in which the offscreen canvas remains unscaled and when it is drawn onto the screen canv... Sergey Ivanovskiy

10/25/2019

01:22 PM Database Feature #4369: implement stateless FWD server clustering
> For me, running in a stateless mode means that the clients connect and execute independent (quick) request on one o... Greg Shah
01:19 PM Database Feature #4369: implement stateless FWD server clustering
> I think the in-server appserver agents would be a good addition to this (I know we plan to add this).
I think s...
Greg Shah
01:02 PM Database Feature #4369: implement stateless FWD server clustering
Ovidiu Maxiniuc wrote:
> How about the persistent procedures?
> As I see this, they are allowed as long they are u...
Constantin Asofiei
12:44 PM Database Feature #4369: implement stateless FWD server clustering
Constantin Asofiei wrote:
> An alternative for the meta tables would be to store it in a physical database, to which...
Ovidiu Maxiniuc
12:30 PM Database Feature #4369: implement stateless FWD server clustering
First, pleat let me know if I got this tight.
For me, running in a stateless mode means that the clients connect and...
Ovidiu Maxiniuc
11:25 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Hynek Cihlar wrote:
> Marius Gligor wrote:
> > It's possible to insert an AST node before another node, when both a...
Marius Gligor
10:06 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius Gligor wrote:
> It's possible to insert an AST node before another node, when both are siblings nodes?
You...
Hynek Cihlar
09:42 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
I'm struggle to convert my uast test with Hotel GUI application but did not work. Doing many tests and conversions fi... Marius Gligor
05:05 AM User Interface Bug #4135: high dpi screens display in low dpi
In this article another method to scale images is described. https://phoboslab.org/log/2012/09/drawing-pixels-is-hard Sergey Ivanovskiy

10/24/2019

04:08 PM Database Feature #4369: implement stateless FWD server clustering
Most (if not all) of the non-persistence runtime is context-local. One part I see that may require improvements (if ... Constantin Asofiei
03:50 PM Database Feature #4369: implement stateless FWD server clustering
We also should consider the potential duplication of dynamic proxies and other dynamically generated interfaces and c... Eric Faulhaber
03:20 PM Database Feature #4369: implement stateless FWD server clustering
Constantin/Ovidiu: Can you think of any other persistence or even non-persistence state which we need to share across... Greg Shah
03:19 PM Database Feature #4369: implement stateless FWD server clustering
At this time I am assuming the Admin Console is not changing, but we must at least make it work with the directory ap... Greg Shah
03:17 PM Database Feature #4369: implement stateless FWD server clustering
One thing to consider is that we don't want these server instances to be hard to configure. At one time we considere... Greg Shah
03:14 PM Database Feature #4369: implement stateless FWD server clustering
For data structures which cannot be backed by the database AND which must be shared across JVM instances in the FWD c... Greg Shah
03:09 PM Database Feature #4369: implement stateless FWD server clustering
After a discussion with Eric, we have this list of items that are persistence related.
* dirty share database
** ...
Greg Shah
02:53 PM Database Feature #4369: implement stateless FWD server clustering
The core idea here is that if customers have written their application to be stateless in the 4GL, then today they ca... Greg Shah
02:03 PM Database Feature #4369 (Test): implement stateless FWD server clustering
Greg Shah
03:30 PM Base Language Feature #3810: SECURITY-POLICY and other security features
Branch 3810d was merged into the trunk revision 11338. Igor Skornyakov
01:12 PM Base Language Feature #3810: SECURITY-POLICY and other security features
Constantin Asofiei wrote:
> Does the #3810-387 testcase work properly now?
Yes, it does.
> Is #3810-399 fixed, i...
Igor Skornyakov
01:05 PM Base Language Feature #3810: SECURITY-POLICY and other security features
Igor Skornyakov wrote:
> The branch 3810d is ready for the code review.
Does the #3810-387 testcase work properly n...
Constantin Asofiei
03:06 PM Database Feature #1879: push lock manager back into database
Based on a discussion with Eric, he notes that the primary differences in our in-memory implementation versus the Pos... Greg Shah
12:38 PM User Interface Bug #4135: high dpi screens display in low dpi
Committed revision 11338 (4135a) has dirty changes that show the kind of changes that should be done. If we uncomment... Sergey Ivanovskiy
09:56 AM User Interface Bug #4135: high dpi screens display in low dpi
Now debugging this way to scale the given image on the javascript client, but as an alternative solution we can scale... Sergey Ivanovskiy
09:44 AM User Interface Bug #4135: high dpi screens display in low dpi
> I suspect that this approach can be slower than if the client gets an original image of proper quality. The other s... Greg Shah
05:46 AM User Interface Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> Greg Shah wrote:
> > Can you just scale the smaller images into larger ones on the Javas...
Sergey Ivanovskiy
05:23 AM User Interface Bug #4135: high dpi screens display in low dpi
Greg Shah wrote:
> Can you just scale the smaller images into larger ones on the Javascript side? It seems useless ...
Sergey Ivanovskiy
10:19 AM Database Feature #4323: parse full FQL statements and convert them to SQL
Eric Faulhaber wrote:
> The one thing I really don't like, however, is the presence of casts to @TemporaryBuffer@ wi...
Ovidiu Maxiniuc

10/23/2019

05:21 PM User Interface Bug #4135: high dpi screens display in low dpi
Can you just scale the smaller images into larger ones on the Javascript side? It seems useless to have Java send mo... Greg Shah
04:51 PM User Interface Bug #4135: high dpi screens display in low dpi
Created a new task branch 4135a for these changes. It needs to add new functionality to the java client that should s... Sergey Ivanovskiy
04:17 PM Database Feature #4323: parse full FQL statements and convert them to SQL
The one thing I really don't like, however, is the presence of casts to @TemporaryBuffer@ within @RecordBuffer@ metho... Eric Faulhaber
12:40 PM Database Feature #4323: parse full FQL statements and convert them to SQL
Ovidiu Maxiniuc wrote:
> The problem is @RecordBuffer@, where some methods like @copy()@, which, in order to minimiz...
Eric Faulhaber
08:47 AM Database Feature #4323: parse full FQL statements and convert them to SQL
Eric Faulhaber wrote:
> Ovidiu, in your last commit to 4011a, you removed all the default methods from @Record@ whic...
Ovidiu Maxiniuc
01:49 PM Conversion Tools Bug #4151 (Closed): make databaseMode usage safer in rpt_file_list
A slightly modified version of this fix is checked in to 4069a revision 11433. I'm closing this task. Greg Shah
12:19 PM Database Feature #1587: implement full support for word indexes
Some useful references:
* "ElasticSearch":https://en.wikipedia.org/wiki/Elasticsearch - this is the most popular f...
Greg Shah
05:57 AM Database Support #3871: determine how to change codepages/locales during import
I used the similar diff to the following one in order to setup the UTF-8 database with INPUT_ENCODING 1252 (WINDOWS-1... Sergey Ivanovskiy

10/22/2019

07:59 PM Database Feature #4323: parse full FQL statements and convert them to SQL
Eric Faulhaber wrote:
> ... I'd like to change it back.
FYI, I've done this in my local working copy. So in case ...
Eric Faulhaber
07:20 PM Database Feature #4323: parse full FQL statements and convert them to SQL
Ovidiu, in your last commit to 4011a, you removed all the default methods from @Record@ which were based on your earl... Eric Faulhaber
03:29 PM Base Language Feature #4366: support TLS 1.2 and other updated secure socket protocols
@LowLevelSocketImpl.createSslSocket()@ uses @SSLContext.getInstance("SSL")@ to create the SSL environment. This supp... Greg Shah
03:25 PM Base Language Feature #4366 (Closed): support TLS 1.2 and other updated secure socket protocols
Greg Shah
11:35 AM Database Support #3871: determine how to change codepages/locales during import
Sergey Ivanovskiy wrote:
> I found that 4GL supports aliases for charsets that are not supported by @java.nio.charse...
Greg Shah
11:33 AM Database Support #3871: determine how to change codepages/locales during import
> No, it is not the case that was described. I considered the case when DATABASE_ENCODING is not the same as INPUT_EN... Greg Shah
11:10 AM Database Support #3871: determine how to change codepages/locales during import
I found that 4GL supports aliases for charsets that are not supported by @java.nio.charset.Charset.forName@. For an e... Sergey Ivanovskiy
11:07 AM Database Support #3871: determine how to change codepages/locales during import
The part of this issue is related to support @DBCODEPAGE@ function because answering this question gets the runtime i... Sergey Ivanovskiy
02:21 AM Database Feature #2156: datetime-tz and hibernate
Ovidiu Maxiniuc wrote:
> What was the case you encountered with the customer code? TEMP-TABLE or permanent database?...
Constantin Asofiei

10/21/2019

06:43 PM User Interface Bug #4135: high dpi screens display in low dpi
I fixed coordinates for drawing primitives and realized that for this task we need to support icons and images that a... Sergey Ivanovskiy
11:35 AM User Interface Bug #4135: high dpi screens display in low dpi
This approach should work properly but following his way I got drawing issues. Then I tested it via this standalone t... Sergey Ivanovskiy
06:19 PM Database Support #3871: determine how to change codepages/locales during import
Greg Shah wrote:
> Sergey Ivanovskiy wrote:
> > At this moment I suppose now that PostgreSQL database has been conf...
Sergey Ivanovskiy
02:48 PM Database Support #3871: determine how to change codepages/locales during import
Sergey Ivanovskiy wrote:
> At this moment I suppose now that PostgreSQL database has been configured to have @UTF-8@...
Greg Shah
06:11 PM Database Feature #2156: datetime-tz and hibernate
Constantin Asofiei wrote:
> BTW, when you say ISO strings, you mean what is in the WHERE clauses?
I was referring...
Eric Faulhaber
05:23 PM Database Feature #2156: datetime-tz and hibernate
> I am not sure I understand what you mean. Each DTZ has its own timezone. You can obtain it with @getOffset()@ and c... Stanislav Lomany
05:06 PM Database Feature #2156: datetime-tz and hibernate
Constantin,
I inspected how DTZ are converted (with slightly modified FWD code, to aviod some NPEs):
* I see the @d...
Ovidiu Maxiniuc
03:15 PM Database Feature #2156: datetime-tz and hibernate
Eric Faulhaber wrote:
> Constantin, aside from the broken support in indices and sorting, have you noticed any perfo...
Constantin Asofiei
02:41 PM Database Feature #2156: datetime-tz and hibernate
Constantin, aside from the broken support in indices and sorting, have you noticed any performance problems related t... Eric Faulhaber
02:37 PM Database Feature #2156: datetime-tz and hibernate
In my point of view, the high-priority outstanding issue is using a datetime-tz in indexes and BY clauses. FWD is br... Constantin Asofiei
02:32 PM Database Feature #2156: datetime-tz and hibernate
For the current implementation is in @DatetimeTzUserType@.
However, I would do a step back and see where we stand....
Ovidiu Maxiniuc
02:23 PM Database Feature #2156: datetime-tz and hibernate
> my understanding is that you were suggesting we use the timestamp without time zone type (even for databases which ... Greg Shah
02:14 PM Database Feature #2156: datetime-tz and hibernate
Stanislav Lomany wrote:
> Eric, if I understand it correctly, timestamp with timezone and normal timestamp are both ...
Eric Faulhaber
01:39 PM Database Feature #2156: datetime-tz and hibernate
I am not sure I understand what you mean. Each DTZ has its own timezone. You can obtain it with @getOffset()@ and con... Ovidiu Maxiniuc
11:43 AM Database Feature #2156: datetime-tz and hibernate
Are we going to get the current time zone via @TimeZone.getDefault()@ (H2) or @show timezone;@ (PostgreSQL) which wou... Stanislav Lomany
11:22 AM Database Feature #2156: datetime-tz and hibernate
Eric, if I understand it correctly, timestamp with timezone and normal timestamp are both mapped to @org.hibernate.ty... Stanislav Lomany
09:34 PM Database Feature #2156: datetime-tz and hibernate
Stanislav Lomany wrote:
> > either we force the same-zone column for all dialects
>
> I suppose we are going that...
Eric Faulhaber
11:18 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
@IVBDataObject@ and @IVBDataObjectFiles@ are COM interfaces used to implement Drag & Drop.
1. On server side I imp...
Marius Gligor
09:18 AM Runtime Infrastructure Bug #4357: Infinite trigger loop
Constantin Asofiei wrote:
> Hynek Cihlar wrote:
> > Fixed in 3809e revision 11356. Constantin, please review the ch...
Hynek Cihlar
08:39 AM Runtime Infrastructure Bug #4357: Infinite trigger loop
Hynek Cihlar wrote:
> Fixed in 3809e revision 11356. Constantin, please review the changes.
The changes make sense....
Constantin Asofiei

10/20/2019

11:28 AM User Interface Bug #4135: high dpi screens display in low dpi
I suppose to detect high resolution screens by this media query and use it to define scaling factor 2.... Sergey Ivanovskiy
11:08 AM User Interface Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> It seems that for high resolution screens we should follow this example from https://deve...
Sergey Ivanovskiy
07:31 AM Database Feature #3815: more temp-table options
> Everything is complete in this task?
I think yes. Code page is properly resolved and set, but data it is not act...
Stanislav Lomany

10/19/2019

03:45 PM Runtime Infrastructure Bug #4357: Infinite trigger loop
Fixed in 3809e revision 11356. Constantin, please review the changes. Hynek Cihlar

10/18/2019

05:37 PM User Interface Bug #4135: high dpi screens display in low dpi
It seems that for high resolution screens we should follow this example from https://developer.mozilla.org/en-US/docs... Sergey Ivanovskiy
04:31 PM User Interface Bug #4135: high dpi screens display in low dpi
Constantin, thanks, I will test changes with Chrome and then provide the patch for this issue. There is another visio... Sergey Ivanovskiy
01:21 PM User Interface Bug #4135: high dpi screens display in low dpi
From the customer:
> This is seen on all high resolution displays, both Mac, Ubuntu and Windows. Although almost a...
Greg Shah
12:44 PM User Interface Bug #4135: high dpi screens display in low dpi
Sergey, Chrome has a feature where, after you open the Developer Tools, you can test a site how it looks on different... Constantin Asofiei
11:56 AM User Interface Bug #4135: high dpi screens display in low dpi
> Please provide the display resolution parameters for which the low graphics quality has been observed.
The custo...
Greg Shah
11:18 AM User Interface Bug #4135: high dpi screens display in low dpi
Please provide the display resolution parameters for which the low graphics quality has been observed.
These parame...
Sergey Ivanovskiy
09:47 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Hynek Cihlar wrote:
> Marius Gligor wrote:
> > My question is: Should we implement these interfaces as FWD @ComObje...
Marius Gligor
09:26 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius Gligor wrote:
> My question is: Should we implement these interfaces as FWD @ComObject@ objects and accessed ...
Hynek Cihlar
08:39 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Some @OCX Progress Bar@ event handlers for Drag & Drop operations are using a parameter of type @COM-HANDLE@:
<pre...
Marius Gligor

10/17/2019

04:33 PM Database Support #3871: determine how to change codepages/locales during import
At this moment I suppose now that PostgreSQL database has been configured to have @UTF-8@ encoding. If another one-by... Sergey Ivanovskiy
03:45 PM Base Language Feature #3810: SECURITY-POLICY and other security features
I understand that the issue described in #3810-399 is not in the scope of this task.
The branch 3810d is ready for...
Igor Skornyakov
10:37 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Igor Skornyakov wrote:
> Well, it seems that it is a configuration issue. However, I do not understand how to config...
Igor Skornyakov
08:38 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Igor Skornyakov wrote:
> Igor Skornyakov wrote:
> > I've noticed an incompatibility between 4GL and FWD. For the co...
Igor Skornyakov
08:17 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Igor Skornyakov wrote:
> I've noticed an incompatibility between 4GL and FWD. For the connected databases, 4GL assig...
Igor Skornyakov
06:31 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Igor Skornyakov wrote:
> I've suddenly started to get the following exception while retrieving data from the @_User@...
Igor Skornyakov
05:52 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Igor Skornyakov wrote:
> I've noticed an incompatibility between 4GL and FWD. For the connected databases, 4GL assig...
Marian Edu
05:31 AM Base Language Feature #3810: SECURITY-POLICY and other security features
I've suddenly started to get the following exception while retrieving data from the @_User@ table:... Igor Skornyakov
09:16 AM Runtime Infrastructure Feature #3819: PROFILER system handle
Marian Edu wrote:
> Hi Greg, is there anything that needs clarification on this topic?
No, I think this is comple...
Greg Shah
03:55 AM Runtime Infrastructure Bug #4357: Infinite trigger loop
The problematic code is in @EventList.lookupWorker@:... Hynek Cihlar
03:35 AM Runtime Infrastructure Bug #4357: Infinite trigger loop
During testing of a large customer GUI application I encountered an abend when interacting with the main (menu) windo... Hynek Cihlar
03:30 AM Runtime Infrastructure Bug #4357 (Closed): Infinite trigger loop
Hynek Cihlar

10/16/2019

06:06 PM Base Language Feature #3810: SECURITY-POLICY and other security features
I've noticed an incompatibility between 4GL and FWD. For the connected databases, 4GL assigns USERID (it is an OS use... Igor Skornyakov
01:31 PM Database Support #3871: determine how to change codepages/locales during import
Yes, these are the only three supported dialects (see implementations of @P2JDialect@) at this moment. Ovidiu Maxiniuc
12:00 PM Database Support #3871: determine how to change codepages/locales during import
Ovidiu, thank you for help. Should we support only PostgreSql, H2 and MS SQL Server? Sergey Ivanovskiy
10:22 AM Database Support #3871: determine how to change codepages/locales during import
It seems that not all database developers have chosen to honour ANSI standard.
For H2 (I updated my h2 test envir...
Ovidiu Maxiniuc
04:26 AM Database Support #3871: determine how to change codepages/locales during import
Ovidiu Maxiniuc wrote:
> Review of r11346 / 3871a.
>
> Generally I am OK with the new code as it seem logical, ex...
Sergey Ivanovskiy
07:04 AM Database Feature #2156: datetime-tz and hibernate
> * In what use case(s) is the UTC timestamp sufficient?
Also comparison and WHERE statement.
Stanislav Lomany
06:46 AM Database Feature #2156: datetime-tz and hibernate
> * In what use case(s) do we need the timezone that originally was known when the datum was stored?
When @datetim...
Stanislav Lomany
01:44 AM Base Language Feature #3867: direct java class access from 4GL code
Fixed in 4069a rev 11428. Constantin Asofiei

10/15/2019

07:29 PM Database Feature #2156: datetime-tz and hibernate
Sorry, I've gotten lost in all the circles here. Can we take a step back? Please help me understand the following fun... Eric Faulhaber
05:00 PM Database Feature #2156: datetime-tz and hibernate
> either we force the same-zone column for all dialects
I suppose we are going that way. And basically I was wonde...
Stanislav Lomany
04:38 PM Database Feature #2156: datetime-tz and hibernate
OK, I understand, thanks. I was mislead because of the final convert. But the idea is the same. Ovidiu Maxiniuc
04:35 PM Database Feature #2156: datetime-tz and hibernate
>The additional column is added only because of PSQL. It converts all DTZs to local (not UTC) DT and store them that ... Stanislav Lomany
04:10 PM Database Feature #2156: datetime-tz and hibernate
Actually, all supported db engines (H2, PSQL and MSSQL) will handle the mixed-timezone timestamps. Please see note 23... Ovidiu Maxiniuc
03:41 PM Database Feature #2156: datetime-tz and hibernate
Stanislav Lomany wrote:
> In addition: now we have timestamps with different timezones in one column (correct me if ...
Constantin Asofiei
03:38 PM Database Feature #2156: datetime-tz and hibernate
In addition: now we have timestamps with different timezones in one column (correct me if I'm wrong). I suggest to us... Stanislav Lomany
03:22 PM Database Feature #2156: datetime-tz and hibernate
Currently when we create a @datetime-tz@ instance with, e.g. @TIMESTAMP+05@, it stores @TIMESTAMP(+05)@ timestamp and... Stanislav Lomany
02:24 PM Database Feature #2156: datetime-tz and hibernate
> for PostgreSQL timezone is a session parameter
Are you assuming that all @datetime-tz@ instances have the same ...
Greg Shah
12:24 PM Database Feature #2156: datetime-tz and hibernate
> We are going to use 2 columns. BUT the 2nd column is only for us to restore the offset when we use it in the JVM. ... Stanislav Lomany
06:21 PM Base Language Feature #3867: direct java class access from 4GL code
I have a fix for this, will commit after regression testing. Constantin Asofiei
05:29 PM Base Language Feature #3867: direct java class access from 4GL code
There is a regression related to @jobject.fromJava@ in 4069a. Working on a fix. Constantin Asofiei
05:51 PM Base Language Feature #3810: SECURITY-POLICY and other security features
The @SET-CLIENT@/@SET-DB-CLIENT@ is re-worked as described in #3810-391.
Committed to 3810d revision 11349.
Set...
Igor Skornyakov
04:29 PM Database Support #3871: determine how to change codepages/locales during import
Review of r11346 / 3871a.
Generally I am OK with the new code as it seem logical, except for the query from @Impor...
Ovidiu Maxiniuc
02:15 PM Database Feature #3814: more schema metadata
Additional metadata requirements:
Need conversion and runtime support:...
Eric Faulhaber
02:07 PM Database Feature #4176: make certain metadata tables aware of live runtime state
Add to the list of metadata which must be made "live":... Eric Faulhaber
01:45 PM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
> I could remove the OCX_ prefix to make the definition even more generic.
Yes, this would be good.
Greg Shah
03:26 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius Gligor wrote:
> Progress bar OCX mouse events are generic, the mouse button is an input parameter, that's why...
Hynek Cihlar
02:28 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Hynek Cihlar wrote:
> Marius Gligor wrote:
> > 2. Next, I added Mouse Events support to Progress Bar widget. Here I...
Marius Gligor
12:46 PM Database Feature #3815: more temp-table options
Everything is complete in this task?
Is the gap marking up to date as well?
Greg Shah
10:07 AM Base Language Bug #4355: exception member of the CATCH block can be referenced after the block catching it
4GL allows a case like:... Constantin Asofiei
10:05 AM Base Language Bug #4355 (Closed): exception member of the CATCH block can be referenced after the block catchin...
Constantin Asofiei
10:03 AM Base Language Feature #4354 (Closed): add GET-CLASS() function support
Constantin Asofiei
09:43 AM Base Language Feature #4353: finish issues in progress.lang classes related to 4GL reflection
There are some leftover TODOs related to 4GL reflection (aka dynamic invocation). This is mainly related to paramete... Constantin Asofiei
09:42 AM Base Language Feature #4353 (Rejected): finish issues in progress.lang classes related to 4GL reflection
Constantin Asofiei
09:40 AM Base Language Feature #4352: finish progress.lang.apperror and progress.lang.syserror
@apperror@ vs @syserror@ - these weren't tested comprehensively, the support is pretty good, but when combined with @... Constantin Asofiei
09:39 AM Base Language Feature #4352 (Rejected): finish progress.lang.apperror and progress.lang.syserror
Constantin Asofiei
09:38 AM Base Language Feature #4351: instance vs static dual behavior for class-defined resources
In 4GL, a @DEFINE STREAM@ appearing as a class member, will allow that stream name to be accessed from both static an... Constantin Asofiei
09:37 AM Base Language Feature #4351 (New): instance vs static dual behavior for class-defined resources
Constantin Asofiei
09:36 AM Base Language Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
See #3751-492 for a comprehensive list of overload rules. We need support for method overload when they differ by a ... Constantin Asofiei
09:33 AM Base Language Feature #4350 (WIP): method overload when they differ by a temp-table, dataset, buffer or object ...
Constantin Asofiei
09:32 AM Base Language Feature #4349: add support for 4GL ENUM
We need to add conversion (I'm not sure, but 4069a may have some fixes related to this) and runtime support for OpenE... Constantin Asofiei
09:31 AM Base Language Feature #4349 (Closed): add support for 4GL ENUM
Constantin Asofiei
09:31 AM Base Language Bug #4348: investigate and fix extent issues in method/function return type
FWD doesn't treat correctly dynamic invocation of a OO method which returns an extent value, or a DYNAMIC-FUNCTION ca... Constantin Asofiei
09:29 AM Base Language Bug #4348 (New): investigate and fix extent issues in method/function return type
Constantin Asofiei
09:28 AM Base Language Feature #4347: add runtime support for STOP-AFTER block option
The STOP-AFTER option requires runtime - see the @BlockManager.stopAfter@ stubs. Constantin Asofiei
09:28 AM Base Language Feature #4347 (Closed): add runtime support for STOP-AFTER block option
Constantin Asofiei
09:02 AM Base Language Feature #3751: implement support for OO 4GL and structured error handling
Greg, these are they key missing features:
* enum support - #4349
* block option STOP-AFTER (needs runtime) - #4347...
Constantin Asofiei
05:37 AM User Interface Bug #4135 (WIP): high dpi screens display in low dpi
Sergey Ivanovskiy
05:35 AM User Interface Bug #4135: high dpi screens display in low dpi
It seems that canvas image smoothing (anti-aliasing) properties can cause this effect of low graphics resolution. In ... Sergey Ivanovskiy

10/14/2019

04:44 PM Database Support #4080: AWS Aurora support
Greg Shah wrote:
> Some thoughts from Eric:
>
> In regard to pljava, as long as this can be selected/enabled for ...
Eric Faulhaber
04:12 PM Database Support #4080: AWS Aurora support
Some thoughts from Eric:
In regard to pljava, as long as this can be selected/enabled for an Aurora instance, we s...
Greg Shah
04:35 PM Base Language Feature #3810: SECURITY-POLICY and other security features
It seems that I've finally understood what is wrong with my implementation of the @SECURITY-POLICY:SET-CLIENT@ suppor... Igor Skornyakov
12:15 PM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
Marius Gligor wrote:
> 2. Next, I added Mouse Events support to Progress Bar widget. Here I found a conversion issue...
Hynek Cihlar
11:29 AM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
1. I implemented the drawing code for progress bar for available UI themes.
Without having the possibility to do a P...
Marius Gligor
09:28 AM Base Language Feature #3854: update appserver support with PASOE features
Constantin Asofiei wrote:
> A high-level plan on testing the PASOE behavior:
> * documentation how to configure and...
Marian Edu
03:59 AM Runtime Infrastructure Feature #3819: PROFILER system handle
Hi Greg, is there anything that needs clarification on this topic? Marian Edu

10/13/2019

01:59 PM Database Feature #3809: ProDataSet support
Ovidiu, please add history entries to the files you modified in 3809e. Thanks! Constantin Asofiei

10/12/2019

10:19 AM User Interface Feature #3940 (Closed): CREATE-RESULT-LIST-ENTRY() method support
Greg Shah

10/11/2019

12:02 PM User Interface Feature #3858: implement a widget that replaces the Microsoft ProgressBar OCX (VB 6.0 common cont...
I attached some snapshots for an early implementation of PROGRESS-BAR widget, Classic UI Theme. The corresponding uas... Marius Gligor
06:32 AM Database Support #3871: determine how to change codepages/locales during import
3871a was rebased up to revision 11346 over 11337 trunc. Sergey Ivanovskiy

10/10/2019

05:31 PM Base Language Feature #3178: implement STREAM-HANDLE support
Greg Shah wrote:
> In 4069a, I'm changing the gap marking to partial for conversion and full for runtime. Is that O...
Constantin Asofiei
02:40 PM Base Language Feature #3178: implement STREAM-HANDLE support
In 4069a, I'm changing the gap marking to partial for conversion and full for runtime. Is that OK? Greg Shah
04:40 PM Database Feature #4323: parse full FQL statements and convert them to SQL
Ovidiu Maxiniuc wrote:
> I am trying to clean-up the code after DDL changes and I am not sure whether we need the @m...
Eric Faulhaber
02:50 PM Database Feature #4323: parse full FQL statements and convert them to SQL
Eric,
I am trying to clean-up the code after DDL changes and I am not sure whether we need the @merge-dmo-root@ se...
Ovidiu Maxiniuc
04:04 PM Database Feature #3815 (Review): more temp-table options
3816a has been merged into the trunk as bzr revision 11337. Stanislav Lomany
04:01 PM User Interface Feature #3940 (Review): CREATE-RESULT-LIST-ENTRY() method support
3816a has been merged into the trunk as bzr revision 11337. Stanislav Lomany
02:13 PM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Rebased task branch 3816a from P2J trunk revision 11336. Stanislav Lomany
09:25 AM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Yes, go ahead and merge. Constantin Asofiei
09:24 AM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Constantin: Are we OK to merge to trunk?
We are from my perspective.
Greg Shah
03:10 PM Database Support #3871: determine how to change codepages/locales during import
Committed revision 11344 (3871a) fixed missed comment. Sergey Ivanovskiy
03:01 PM Database Support #3871 (Review): determine how to change codepages/locales during import
The committed revision 11343 (3871a) should fix the cases when the source code page is UTF8 or a different code page ... Sergey Ivanovskiy
03:53 AM Database Support #3871: determine how to change codepages/locales during import
This it the test example. The question for me is that BOM (https://en.wikipedia.org/wiki/Byte_order_mark) is generate... Sergey Ivanovskiy
03:46 AM Database Support #3871: determine how to change codepages/locales during import
I found that the UTF-8 source dump file is imported incorrectly now. The problem here is @FileStream@ is supposed to ... Sergey Ivanovskiy
09:28 AM User Interface Feature #3811: more misc UI features
FYI, the @MANUAL-HIGHLIGHT@ entry in @rules/gaps/expressions.rules@ was not updated:... Greg Shah
09:26 AM User Interface Feature #3811 (Closed): more misc UI features
With 3811b, the last of the changes (@MANUAL-HIGHLIGHT@) is in trunk. This task is complete. Greg Shah
04:01 AM User Interface Feature #3811: more misc UI features
Branch 3811b has been merged to trunk at rev 11336 and archived as merged. Marius Gligor

10/09/2019

12:58 PM User Interface Feature #3811: more misc UI features
Marius Gligor wrote:
> In class @GuiWebSocket.java@ I found the following method:
>
> [...]
>
> What I don't u...
Constantin Asofiei
12:54 PM User Interface Feature #3811: more misc UI features
In class @GuiWebSocket.java@ I found the following method:... Marius Gligor
11:07 AM User Interface Feature #3811: more misc UI features
Marius Gligor wrote:
> Maybe a better solution is to add more description to javadoc of drawRadioButton method, just...
Constantin Asofiei
11:06 AM User Interface Feature #3811: more misc UI features
Marius, OK, I understand now - the issue was that for FWD, the radio-buttons are individual widgets, and we cache the... Constantin Asofiei
09:26 AM User Interface Feature #3811: more misc UI features
Eugenie Lyzenko wrote:
> Constantin Asofiei wrote:
> > Marius Gligor wrote:
> > > After setting the background col...
Marius Gligor
08:56 AM User Interface Feature #3811: more misc UI features
Constantin Asofiei wrote:
> Marius Gligor wrote:
> > After setting the background color, the radio button image and...
Eugenie Lyzenko
08:52 AM User Interface Feature #3811: more misc UI features
I just tested. I added a simple @System.out.println(gd);@ when @RadioSetGuiImpl@ and @RadioButtonGuiImpl@ widgets are... Marius Gligor
08:33 AM User Interface Feature #3811: more misc UI features
On Swing and Web GUI driver the bgcolor is set when radio-set is drawing and seems to be used when draw radio-button ... Marius Gligor
08:17 AM User Interface Feature #3811: more misc UI features
Marius Gligor wrote:
> After setting the background color, the radio button image and radio label are drawing. (plea...
Constantin Asofiei
08:06 AM User Interface Feature #3811: more misc UI features
Constantin Asofiei wrote:
> Marius Gligor wrote:
> > Constantin, using your hint I quickly fixed the bug. Many than...
Marius Gligor
07:45 AM User Interface Feature #3811: more misc UI features
Marius Gligor wrote:
> Constantin, using your hint I quickly fixed the bug. Many thanks!
> Indeed, the @AbstractGu...
Constantin Asofiei
07:29 AM User Interface Feature #3811: more misc UI features
In the mean time I did a very small change which improve how highlight selection looks like (see attached pictures).
...
Marius Gligor
07:03 AM User Interface Feature #3811: more misc UI features
Great! Please run back through the GUI testing (Hotel GUI and your testcases).
Constantin: Any concerns with the f...
Greg Shah
06:38 AM User Interface Feature #3811: more misc UI features
Constantin, using your hint I quickly fixed the bug. Many thanks!
Indeed, the @AbstractGuiDriver.setColor@ MUST be ...
Marius Gligor
08:49 AM Database Support #3871: determine how to change codepages/locales during import
Greg, please review the committed rev 11338 (3871a). It was tested with UTF-8 PostgresSql database. Sergey Ivanovskiy
07:38 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Constantin Asofiei wrote:
> Igor, did you manage to do any progress on the testcase?
Well, I'm working now on the...
Igor Skornyakov
07:29 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Igor, did you manage to do any progress on the testcase? Constantin Asofiei

10/08/2019

03:00 PM Database Feature #2156: datetime-tz and hibernate
Constantin Asofiei wrote:
> There's one other thing to add for @datetime-tz@ - its usage in indexes and sort clauses...
Constantin Asofiei
01:47 PM Database Feature #2156: datetime-tz and hibernate
Stanislav Lomany wrote:
> Could you please elaborate what should be done for this task? datetime-tz seems to be work...
Constantin Asofiei
12:21 PM Database Feature #2156: datetime-tz and hibernate
Could you please elaborate what should be done for this task? datetime-tz seems to be working in general. Stanislav Lomany
02:24 PM User Interface Feature #3811: more misc UI features
Marius Gligor wrote:
> When next draw occur, the background color became @RED@, but the cached draw is send to @JS@....
Constantin Asofiei
11:27 AM User Interface Feature #3811: more misc UI features
Today I created two new simple uast tests for @radio-set@ widget as follow:
1 @uast/manual-highlight/radioset2.p@ ...
Marius Gligor
01:15 PM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Stanislav Lomany wrote:
> > Stanislav, a quick note about the SharedVariableManager.lookupTempTable(String legacyNam...
Constantin Asofiei
05:41 AM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
> Stanislav, a quick note about the SharedVariableManager.lookupTempTable(String legacyName). Please make sure the le... Stanislav Lomany
04:21 AM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
> Then we have two failing tests. I'm looking into it.
Never mind. Regression testing passed. I just got two ident...
Stanislav Lomany
10:37 AM Database Support #3871: determine how to change codepages/locales during import
I doesn't matter what one byte encoding is used. If it is internally mapped into UTF-8, then this issue can be observ... Sergey Ivanovskiy
10:32 AM Database Support #3871: determine how to change codepages/locales during import
Sergey Ivanovskiy wrote:
> OK, it seems that the Hibernate uses UTF-8 internally because I experimented with US-ASCI...
Sergey Ivanovskiy
06:52 AM Database Support #3871: determine how to change codepages/locales during import
OK, it seems that the Hibernate uses UTF-8 internally because I experimented with US-ASCII encoding as a default enco... Sergey Ivanovskiy
06:42 AM Database Support #3871: determine how to change codepages/locales during import
If there is no valid codepage conversion for the INPUT_ENCODING to the DATABASE_ENCODING, then you should throw an ex... Greg Shah
06:26 AM Database Support #3871: determine how to change codepages/locales during import
This is that imported file encoded as WINDOWS-1251. Sergey Ivanovskiy
06:24 AM Database Support #3871: determine how to change codepages/locales during import
I don't know the way how to convert parameters for HSQL queries like this one... Sergey Ivanovskiy
06:16 AM Database Support #3871: determine how to change codepages/locales during import
Sergey Ivanovskiy wrote:
> Greg Shah wrote:
> > > Then the client will read the imported data from this database as...
Greg Shah
06:10 AM Database Support #3871: determine how to change codepages/locales during import
>Where are the UTF-8 strings coming from? Are they from the import data?
UTF-8 is the default encoding for my java e...
Sergey Ivanovskiy
05:59 AM Database Support #3871: determine how to change codepages/locales during import
Greg Shah wrote:
> > Then the client will read the imported data from this database as LATIN-1 strings because the d...
Sergey Ivanovskiy
05:47 AM Database Support #3871: determine how to change codepages/locales during import
> Then the client will read the imported data from this database as LATIN-1 strings because the database has LATIN-1 ... Greg Shah
05:25 AM Database Support #3871: determine how to change codepages/locales during import
Sergey Ivanovskiy wrote:
> I think that there is only one way to save UTF-8 strings into LATIN-1 database is to conv...
Sergey Ivanovskiy
05:15 AM Database Support #3871: determine how to change codepages/locales during import
I think that there is only one way to save UTF-8/Unicode strings into LATIN-1 database that is to convert UTF-8 strin... Sergey Ivanovskiy

10/07/2019

02:17 PM Database Support #3871: determine how to change codepages/locales during import
I encountered the following issue that the WINDOWS-1251 string decoded into the UTF-8 string (if UTF-8 is a default j... Sergey Ivanovskiy
06:26 AM Database Support #3871: determine how to change codepages/locales during import
Let us consider this case in which the database has LATIN-1 encoding and the import table has WINDOWS-1251 encoding. ... Sergey Ivanovskiy
01:58 PM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Then we have two failing tests. I'm looking into it. Stanislav Lomany
12:31 PM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Stanislav Lomany wrote:
> What are the know failing regression tests except tc_job_002?
The 'clock violation approv...
Constantin Asofiei
11:07 AM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
What are the know failing regression tests except tc_job_002? Stanislav Lomany
06:50 AM User Interface Feature #3940: CREATE-RESULT-LIST-ENTRY() method support
Stanislav, a quick note about the @SharedVariableManager.lookupTempTable(String legacyName)@. Please make sure the l... Constantin Asofiei
10:21 AM Database Feature #4323: parse full FQL statements and convert them to SQL
These are generateDDL() calls for the metadata database. I am working on it right now. Ovidiu Maxiniuc
06:45 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Constantin Asofiei wrote:
> Igor, please see @testcases/uast/security/client-principal-multiple-databases.p@. Pleas...
Igor Skornyakov
06:38 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Igor, please see @testcases/uast/security/client-principal-multiple-databases.p@. Please review it - the idea is tha... Constantin Asofiei
04:08 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Constantin Asofiei wrote:
> Please rebase 3810d. Also, what is the state of this task?
3810d was reabsed to the ...
Igor Skornyakov
03:16 AM Base Language Feature #3810: SECURITY-POLICY and other security features
Please rebase 3810d. Also, what is the state of this task? Constantin Asofiei
06:21 AM Runtime Infrastructure Feature #2316: improve directory XML encoding
Please see #4340-4 for additional ideas on syntax improvements. Greg Shah
 

Also available in: Atom