Activity
From 08/18/2013 to 09/16/2013
09/17/2013
- 09:41 PM Base Language Feature #1640: implement DOM XML support
- Constantin Asofiei wrote:
> > You are right. I'll try to look how I can manage it inside rules.
> Please provide th... - 08:54 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Moving to the static calls(SessionUtils, ProcedureManager, etc.) The new notes found for CommonWidget:
The attribute...
09/16/2013
- 06:30 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- > Greg, any idea why we have both KEEP-Z-ORDER and KEEP-FRAME-Z-ORDER? IMO, only KEEP-FRAME-Z-ORDER is correct, as th...
- 04:04 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- > I see. The problem is we have the methods for both:
> KEEP-Z-ORDER:
> isKeepZOrder();
> setKeepZOrder(logical lo... - 02:28 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- > > The attribute PERSISTENT has described in Progress docs as readable/writable. But in P2J conversion we have only ...
- 06:26 PM Base Language Feature #1639: implement socket support
- Code Review 0916c
General: very good work. The multithreaded read part is especially hard to get one's mind aroun... - 04:12 PM Base Language Feature #1639: implement socket support
- I'm regression testing this update now (conersion passed, runtime is in progress); please review. The only issue is a...
- 04:41 PM Database Feature #2141: generate SQL Server schema
- Please bear in mind that the scope of this task is to generate a SQL Server schema, not to implement all functionalit...
- 04:34 PM Database Feature #2141: generate SQL Server schema
- Sorry, I missed this earlier. Yes, we need to support both (and only those) versions (2008 and 2012). We do not need ...
- 04:28 PM Database Feature #2141: generate SQL Server schema
- Eric, what do you think about my last question in note 9 ("Will we create separate P2JSQLServer2008Dialect and P2JSQL...
- 04:25 PM Database Feature #2141: generate SQL Server schema
- MS SQL Server allows double quoted column names and I meant we need support this too... But it seems I understood now...
- 10:22 AM Database Feature #2141: generate SQL Server schema
- I'm not sure what use case would make this necessary. We control the conversion of all names, and we don't allow doub...
- 04:54 AM Database Feature #2141: generate SQL Server schema
- I think all usages of dialect.getComputedColumnPrefix() should be corrected for the case when prefix could be meet in...
- 04:17 PM Base Language Feature #1638 (WIP): implement Java access to converted appserver code (must be a simple replacem...
- 04:12 PM Database Feature #2116: add runtime support for _user metadata table
- Ovidiu Maxiniuc wrote:
> In P2J terms, we need to have an "default" database defined in the directory, that will be ... - 03:53 PM Database Feature #2116: add runtime support for _user metadata table
- If the @_user@ table of "default" database is populated (is not empty) and the -U -P command line parameters are not ...
- 03:46 PM Database Feature #2116: add runtime support for _user metadata table
- From my researches I found out some interesting things about @userid@ and @setuserid@ which are not very explicit in ...
- 02:10 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- OK, thanks. Please commit and distribute the update.
- 11:42 AM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- The @crtRecBuffCount == 1@ means that the respective record is referred by one buffer. In this case, there are two ca...
- 11:49 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- Code review 20130911b/20130912e:
Changes look good, but please help me understand why the refresh code in the 2 ma... - 12:31 PM Base Language Feature #2129 (WIP): final runtime work on sockets
- 12:30 PM Base Language Feature #1640: implement DOM XML support
- > You are right. I'll try to look how I can manage it inside rules.
Please provide the test you which uses the gener... - 12:18 PM Base Language Feature #1640: implement DOM XML support
- Constantin Asofiei wrote:
> methods_attributes.rules:
> - getHandle - please explain why you still need to convert ... - 06:56 AM Base Language Feature #1640: implement DOM XML support
- Evgeny, a lot better, only a few issues left:
methods_attributes.rules:
- getHandle - please explain why you stil... - 10:16 PM Base Language Feature #1640: implement DOM XML support
- 1) now all assignments works inside WrapperResource and check type of handle.
2) load/save now works properly
3) merg... - 12:20 PM Base Language Feature #2181: implement SSL support for sockets
- @LowLevelSocketImpl.connectSSL@ is not yet implemented. Following are some findings/implementation notes:
* nosessio... - 12:16 PM Base Language Feature #2181 (Closed): implement SSL support for sockets
09/14/2013
- 07:20 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- > The attribute PERSISTENT has described in Progress docs as readable/writable. But in P2J conversion we have only ge...
09/13/2013
- 07:01 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- The additional notes at this time:
NUM-BUFFERS r P2JQuery - (Changed javadoc, bacause it is attribute, not a metho... - 03:08 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Another question.
The attribute PERSISTENT has described in Progress docs as readable/writable. But in P2J convers... - 03:33 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Eugenie Lyzenko wrote:
> Another point:
> [...]
>
> The Buffer.java does not have @defaultBufferHandle@ method. ... - 01:45 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- OK, there are multiple things to discuss here.
1. First, the code you have posted is nested inside this "top level... - 01:26 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- Here is the rule, that creates openPrinterStream()...
- 11:48 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- > Here is my rule for the FILENAME type:
Actually, I don't think this code is needed. The FILENAME node should co... - 10:24 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- Greg Shah wrote:
> > Don't see at the type FILENAME here.
>
> What do you mean by this? The FILENAME node is the... - 10:14 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- > Don't see at the type FILENAME here.
What do you mean by this? The FILENAME node is there.
> After I'll fix ... - 10:03 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- Here is 4GL tree part corresponding to that statement:...
- 09:44 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- You are on the right track by looking at the tree itself to understand what is generated. But the problem here is li...
- 09:09 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- I'll explain.
Let's assume, that we are converting the statement OUTPUT TO PRINTER "printerName". At this moment re... - 08:28 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- Your question is too broad. Are you asking for information on how to code TRPL programs? Do you have some specific ...
- 08:26 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- Could you tell me please how to specify the rules to convert OUTPUT TO PRINTER printerName statement to correct Java ...
- 04:26 AM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- Yesterday my work was focused on fixing the queries for failing tests. Because of the large amounts of sql queries ne...
09/12/2013
- 05:51 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Another point:...
- 04:48 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- > No, please don't change the @hwrap@ values in methods attributes. To identify the interface defining the attribute/...
- 03:48 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Eugenie Lyzenko wrote:
> Need another clarification. Consider the following rule:
> [...]
> There are no BufferFie... - 05:28 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- OK, interesting results. The progress.g will need to be fixed and most everything else from a conversion perspective...
- 04:56 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- > Finally, note this comment from the 4GL docs: @On UNIX, the printer spooling facilities (lp or lpr) are used automa...
- 04:34 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- It seems I really missed this circumstance. See the results of my testing below.
> Some questions:
>
> # Does t... - 02:56 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- > OUTPUT TO PRINTER "somePrinter"
Interesting. Please note that the Progress 4GL Language reference states this:... - 02:29 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- During the testing step I faced with a problem. When a printer name is specified in the progress OUTPUT TO PRINTER st...
- 04:35 PM Database Feature #2141: generate SQL Server schema
- I have added item 7 about sequences to note 9 and question.
- 03:22 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- The initial tests had some unimportant fails in CTRL+C and quite a lot of fails in the main part:
* 7 in gso_tests ...
09/11/2013
- 07:51 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Need another clarification. Consider the following rule:...
- 06:15 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Yes, except the javadoc should read like this:...
- 06:13 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- And the annotation for method should be:...
- 06:08 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- > 1. I would leave resource() field untouched. This will contain additional info we probably will able to use to sepa...
- 06:00 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- And one more question:
For example consider the following attribute:... - 02:30 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Some additional thoughts about annotation:
1. I would leave resource() field untouched. This will contain addition... - 12:02 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Greg Shah wrote:
> Constantin: are you suggesting putting all the annotations on interface method definitions instea... - 11:57 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Constantin: are you suggesting putting all the annotations on interface method definitions instead of on the implemen...
- 11:57 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Thoughts:
1. The code @Method[] methods = h.get().getClass().getMethods();@ is not safe to chain this way. h.get(... - 11:31 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- While I'm modifying the attribute related classes you can review canQuery/canSet implementation proposal(HandleOps.ja...
- 11:18 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- > Do you mean that we should remove the "resource" field of LegacyAttribute/LegacyMethod?
Yes, as it will only confu... - 11:16 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- OK, so we don't need to add the writable flag to the annotation.
> And I keep forgetting but fortunately I reminde... - 11:06 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- How the @LegacyAttribute@ annotation should look:...
- 10:46 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Please document the change you propose (show the LegacyAttribute annotation definition and examples of use).
- 10:44 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Greg Shah wrote:
> Constantin: If I understand correctly, no changes are needed to the annotations design to support... - 10:38 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Constantin: If I understand correctly, no changes are needed to the annotations design to support these other use cas...
- 10:36 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Greg Shah wrote:
> > For each attribute/method we will specify its interface too, beside the associated method name ... - 10:31 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- > For each attribute/method we will specify its interface too, beside the associated method name (sometimes the hwrap...
- 10:21 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- > Constantin: is this design sufficient to support the needs of #2123 and the LIST-QUERY-ATTRS/LIST-SET-ATTRS?
Yes... - 10:03 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Please implement the annotations for all currently supported methods and attributes. This way, it will just be a sta...
- 09:51 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- OK understood. Do we have the list of attributes we need to implement this way for now? Only "FRAME" and "FILE-TYPE" ...
- 03:33 PM Database Feature #2141: generate SQL Server schema
- *XXXXP2JDialect implementation (will be extended)*
1. extractColumnName(String expr) , needsComputedColumns() and i... - 02:10 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- The ProcessDaemon actually already has a reference to StreamDaemon. When we instantiate both in ThinClient, we alrea...
- 01:47 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- As I understand StreamDaemon and ProcessDaemon are executed on the Client (on the same node). How can I obtain Proces...
- 11:49 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- I don't want to mix Linux PRINTER output device support in with generic process launching. In addition, Windows PRIN...
- 11:33 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- I didn't find the reason to write a separate stream class such PrinterStream, but I find the other way. We can add ne...
09/10/2013
- 07:20 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- > The question I have is what will be the cost of this solution in term of application performance?
Yes, it is slo... - 06:29 PM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- OK. This is very clean approach and we can implement incrementally only what we currently need. The question I have i...
- 10:09 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- After some additional thought, I have come up with a 3rd option that I think is even better. Consider these annotati...
- 05:49 AM Base Language Feature #2074: add CAN-QUERY() and CAN-SET() support
- Suggestion at this time.
Yes the approach #2 above looks preferable. However I see the discussion points here. The... - 09:48 PM Base Language Feature #1640: implement DOM XML support
- Constantin Asofiei wrote:
> Evgeny, please provide the list of methods which, like @get-attribute-node@, require a v...
09/09/2013
- 04:52 PM User Interface Bug #2179: Focus issues in combo-box
- The screenshots have been added to demonstrate the original 4GL behavior and what we have in P2J to see the differenc...
- 10:43 AM User Interface Bug #2179: Focus issues in combo-box
- 4GL Linux:
Drop-down opened - cursor blinking inside the list. Drop-down closed and focus moved to next widget - cur... - 10:42 AM User Interface Bug #2179 (New): Focus issues in combo-box
- 03:38 PM Base Language Feature #1640: implement DOM XML support
- Evgeny, please provide the list of methods which, like @get-attribute-node@, require a valid x-noderef resource and c...
- 01:45 PM Base Language Feature #1640: implement DOM XML support
- > I did not remove @XComonImpl.readOnlyError@ because I'm waiting @ErrorManager.displayAndAddError@ method.
I missed... - 11:48 PM Base Language Feature #1640: implement DOM XML support
- issues from note 114:
1) I need @getHandle()@ for code like this @hRoot:handle:subtype@. Is it possible for @someHan... - 03:16 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- > I've made a rule which converts OUTPUT TO PRINTER to this code:
>
>> UnnamedStreams.assingOut(StreamFactory.creat... - 02:49 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- I need some help.
1. Rules.
I've made a rule which converts OUTPUT TO PRINTER to this code:
... - 12:43 PM Base Language Feature #1639: implement socket support
- > about SSL connections:
For Milestone 7, we don't need SSL support ("-ssl" never appears in any CONNECT() string ... - 10:52 AM Base Language Feature #2074 (WIP): add CAN-QUERY() and CAN-SET() support
- 10:49 AM User Interface Feature #2131 (Closed): implement the Windows equivalent to the NCURSES/terminal support
- 10:30 AM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- I'm going to document one more issue related to the focus handling in combo-box. Part of it affects only Windows P2J ...
- 09:32 AM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- > Great! Please check in your update and distribute it.
OK. Committed in bzr as 10380.
- 08:20 AM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- Great! Please check in your update and distribute it.
- 01:21 AM Database Feature #2141: generate SQL Server schema
- Vadim Nebogatov wrote:
> One more question concerning mapping varchar to TEXT in PostgreSQL.
Progress @character@ f...
09/08/2013
- 04:03 PM Base Language Feature #1639: implement socket support
- A few issues to discuss/mention:
# about SSL connections:
a. OpenEdge keeps the private keys in a global store. Als... - 07:51 AM Base Language Feature #1640: implement DOM XML support
- Evgeny, I missed something from your tests; your cases are mostly something like this:...
09/07/2013
- 05:21 PM Database Feature #2141: generate SQL Server schema
- Vadim Nebogatov wrote:
> I have noticed in import_util.rules that PostgreSQL connection string is configured only fo... - 03:39 AM Database Feature #2141: generate SQL Server schema
- One more question concerning mapping varchar to TEXT in PostgreSQL.
- 05:43 AM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- > Please go ahead and get the 0905a update regression tested using devsrv01
The runtime regression tests all passe...
09/06/2013
- 04:46 PM Database Feature #2141: generate SQL Server schema
- I have noticed in import_util.rules that PostgreSQL connection string is configured only for default port (5432). Is ...
- 02:39 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- Your plan is almost exactly right.
> add new method for the StreamFactory called openPrinterStream
Yes.
> im... - 01:16 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- I reviewed the input-output rules and the code in classes /goldencode/p2j/util/Stream*.java
I'm going to do the fol... - 12:35 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- The UI layout manager will do this when the columns won't fit into the width available. It is actually quite a compl...
- 12:27 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- Here is the resulting file for surprising test.
- 11:45 AM Base Language Feature #1631 (WIP): implement support for LANDSCAPE/PORTRAIT in I/O statements
- > I expected that the result pdf will content one line. But the actual result really surprised me (see output_to_prin...
- 11:08 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- I ran all tests on windev01 and made additional test. The common results are:
# LANDSCAPE/PORTRAIT options are not a... - 07:24 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- Interesting. OK, this means that on Linux the options are silently ignored. Our runtime implementation will have to...
- 07:16 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- Greg Shah wrote:
> The key questions here are:
>
> # What are the parameters passed to lp by Progress for these d... - 12:23 PM Database Bug #2178: Asymmetric sequence behavior
- Sequences in Progress are somewhat asymmetric relatively to their increment:
- An ascending sequence will allow any ... - 12:02 PM Database Bug #2178 (New): Asymmetric sequence behavior
- 11:29 AM User Interface Feature #1898 (Closed): write a replacement for the CHARVA libTerminal.so as an NCURSES-based Lin...
- 10:13 AM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- >
> Please go ahead and get the 0905a update regression tested using devsrv01.
OK. - 10:02 AM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- Yes, defer it.
Please go ahead and get the 0905a update regression tested using devsrv01. - 09:50 AM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- >
> > But the vertical scrollbar is missing in P2J CHUI while it exists in Windows and Linux 4GL systems.
>
> Is... - 06:59 AM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- > But the vertical scrollbar is missing in P2J CHUI while it exists in Windows and Linux 4GL systems.
Is it missin... - 07:28 AM Base Language Feature #1625 (WIP): implement OUTPUT TO PRINTER on Windows
- Please see #1631 for details on how the PRINTER option works for Linux/UNIX. When used on Linux, the PRINTER destina...
09/05/2013
- 07:28 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- > Are you going to work on this:
>
> > 15. In regard to the avoiding of drawing the horizontal scrollbar in select... - 06:46 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- Code Review 0905a
I am OK with these changes.
Are you going to work on this:
> 15. In regard to the avoiding... - 06:42 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- The today drop includes:
1. Improving readability of the terminal_win.c code.
2. Refactoring the initConsole() func... - 08:50 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- 0. Merged with the recent P2J code base.
1. Reworked process_win.c to separate path calculation function.
2. Added ... - 05:14 PM Database Feature #2141: generate SQL Server schema
- I have checked in SQL Server 2005 (I think the same for SQL Server 2008 and 2012): the following column names are cor...
- 09:28 AM Database Feature #2141: generate SQL Server schema
- Your understanding is correct (assuming that prefix generates a legal name in SQL Server).
- 03:15 AM Database Feature #2141: generate SQL Server schema
- Could the same prefix @CC_PREFIX = "__"@ be used for any database supporting computed columns? As far as I understood...
- 04:53 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- > The Progress documentation says that landscape/portrait options should be supported by printer driver, i.e. real be...
- 03:36 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- The next script is:...
- 02:32 PM Database Feature #2175: add support for -rereadnolock startup parameter
- The runtime test failed.
Some CTRL+C test failed and 3 reports show results different than expected.
I started disc... - 10:37 AM Base Language Feature #1640: implement DOM XML support
- > Greg: there are some common attributes (like INSTANTIATING-PROCEDURE and UNIQUE-ID) for which the implementation ca...
- 10:20 AM Base Language Feature #1640: implement DOM XML support
- > Widget Pool is not implemented in @com.goldencode.p2j.xml.XmlFactory.createSaxAttributes()@ because I didn't find a...
- 10:19 AM Base Language Feature #1640: implement DOM XML support
- As a side-note, in some files there are lots of whitespace changes. Please change the settings to your editor so that...
- 10:14 PM Base Language Feature #1640: implement DOM XML support
- from note 107:
1-11 is done.
from note 109:
1. done
2. done
3. in the update it's implemented incorrect. Because need... - 10:53 PM Database Feature #2116 (WIP): add runtime support for _user metadata table
- See #2177, which describes some background research to be done in preparation for this task.
The P2J implementatio...
09/04/2013
- 04:56 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- > 1. Greg, you wroted in the task 1631: "You will have to test with wider than 132 and narrower than 132 terminals to...
- 04:53 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- > 4. Attributes paged and page-size. Default page-size is 56. LANDSCAPE, PORTRAIT options do not affect page size - d...
- 04:32 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- 1. While starting progress in terminal width = 60. Message: "Unable to use your terminal. Check your PROTERMCAP file....
- 12:13 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- > Is this approach acceptable?
Yes, that is much better than using 850 directly. Go with it. - 12:05 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- > 4. I am worried about hard coding terminal_win.c to the 850 codepage. I wonder if there is any option to query the ...
- 09:32 AM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- I would probably choose this:...
- 09:14 AM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- > ...but please use whitespace and formatting to make the code easier to read. Your code in general lacks whitespace ...
- 08:01 AM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- > Do you mean to have the single function to allocate and free memory? Something like createDestroyFullPath(char *, j...
- 10:53 AM Database Feature #2175: add support for -rereadnolock startup parameter
- Update merged with latest bzr sources and changes from review. I already re-tested it with my sample tests.
I am run... - 07:57 AM Database Bug #2176: exceptions to rereadnolock
- This looks like an optimization of some kind that Progress uses to reduce accesses to db.
When the search for a re... - 07:53 AM Database Bug #2176 (New): exceptions to rereadnolock
- 03:23 AM Database Bug #2164: Server fails to start a Progress app when persistence disabled
- The code changes look good, though please remove the left margin space that was inserted on every line after the firs...
09/03/2013
- 06:23 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- > 12. Please put the cmd.exe full path calculation code into a separate function to make the code more readable.
>
... - 04:19 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- > 3. Please review the TODOs in terminal_win.c and report on the status of each one. If the TODO is no longer needed,...
- 04:06 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- Code Review 0902a
1. About terminal_win.c errorProcessing() function:
* Change the name to generateException().... - 06:15 PM Database Bug #2164: Server fails to start a Progress app when persistence disabled
- Also, the code changes don't include automated tests. Should tests be part of the solution for this particular issue?
- 06:13 PM Database Bug #2164 (Review): Server fails to start a Progress app when persistence disabled
- Please review the changes. The submitted files are based to bzr revision number 10379.
- 05:27 PM Database Feature #2141 (WIP): generate SQL Server schema
- This will require the addition of a @P2JSQLServerDialect@ which extends Hibernate's @SQLServer2008Dialect@. If I reca...
- 05:06 PM Database Feature #2126: add support for table-level locking (share and exclusive) for runtime internal use
- Update vmn_upd20130903a.zip committed to bzr revision 10379.
- 04:13 PM Database Feature #2126: add support for table-level locking (share and exclusive) for runtime internal use
- Please don't commit MetaSchemaImpl and comment out its usage for now, adding a TODO to fix it later.
- 04:11 PM Database Feature #2126: add support for table-level locking (share and exclusive) for runtime internal use
- Eric, should I commit also MetaSchemaImpl?
Or simply comment current MetaSchemaImpl method call and write P2JIndex ... - 12:29 PM Database Feature #2126 (WIP): add support for table-level locking (share and exclusive) for runtime intern...
- 11:48 AM Database Feature #2126: add support for table-level locking (share and exclusive) for runtime internal use
- Since my requested changes do not affect the code itself, no need for another round of testing. Assuming it still com...
- 11:37 AM Database Feature #2126: add support for table-level locking (share and exclusive) for runtime internal use
- The changes look good. Please add a header entry to @LockManagerMultiplexer.java@. As @MetaSchemaImpl@ is a temporary...
- 04:41 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- > It creates 3 identical files with textwidth=132 symbols. So in this case our options also do not affect the page wi...
- 04:25 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- The first test is for default terminal wich is xterm (80x24) on lindev01:...
- 10:48 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- Questions/Answers:
1. Why are you using the STREAM-IO in your tests? Unless it is needed, you generally should el... - 04:36 PM User Interface Bug #2172: Editor widget vertical scrollbar issue
- The vertical scrollbar thumb position is different from 4GL. This can not be detected in test system because in Linux...
- 04:35 PM User Interface Bug #2171: Focused radio-button attribute mismatch
- Radio-button has a bit different look as in 4GL form the attributes point of view. The focused button character betwe...
- 04:34 PM User Interface Bug #2170: Selection list does not show the vertical scrollbar
- When creating the selection list widget with more items than can fit the display window the vertical scrollbar is not...
- 04:33 PM User Interface Bug #2169: Scrollbars issue in combo-box and selection-list
- When scrolling combo-box drop-down list the vertical scrollbar does not change the thumb position as it should. Howev...
- 04:32 PM User Interface Bug #2168: Combo-box initial shape attribute mismatch
- Another attribute drawing mismatch has been found for combo-box widget. This is the runtime issue. There must be one ...
- 04:23 PM User Interface Bug #2166: Alert box layout mismatch
- Consider the following code:...
- 01:54 PM Database Feature #2175: add support for -rereadnolock startup parameter
- <sigh> I can't make any sense of the "logic" that must be behind these results. Looks like a quirk/bug of their parse...
- 01:20 PM Database Feature #2175: add support for -rereadnolock startup parameter
- I found another issue. When the search for a record is done using the ROWID or RECID, the record is not re-fetched fr...
- 12:13 PM Database Feature #2175: add support for -rereadnolock startup parameter
- Eric Faulhaber wrote:
> @rereadNoLock()@ to @getRereadNoLock()@.
Sorry, for consistency, I guess that should be @is... - 11:23 AM Database Feature #2175: add support for -rereadnolock startup parameter
- One more thing: please use proper logging in your @RecordBuffer@ changes instead of @System.err.println@.
- 11:06 AM Database Feature #2175: add support for -rereadnolock startup parameter
- OK, thanks for the explanation. The implementation looks good to me, just minor change requests:
* For consistency o... - 09:48 AM Database Feature #2175: add support for -rereadnolock startup parameter
- From my researches on 4GL and docs, there is nothing to indicate that Progress looks into other user's buffers to see...
- 01:42 AM Database Feature #2175: add support for -rereadnolock startup parameter
- I haven't finished a detailed review yet, but I have a basic question on your approach: are you trying to determine ...
- 01:17 PM User Interface Bug #2174: Toggle-box widget implementation abnormal end issue
- The toggle box widget can not be used for now. Consider the following sample:
...... - 01:16 PM User Interface Bug #2173 (Rejected): Support for slider widget
- This is a known issue. We will add this support at a later date.
- 01:16 PM User Interface Bug #2173: Support for slider widget
- Currently we do not have the support for slider widget. The GenericWidget class is generated while conversion.
The... - 12:30 PM Database Feature #2043 (WIP): add runtime support for some embedded SQL features
- 12:27 PM Database Feature #1668: add support for additional (non-dynamic) database attributes
- Interesting temp-table result for DBNAME, too. Suggests that internally, Progress uses a distinct database for temp-t...
- 12:11 PM Base Language Feature #2108 (Closed): event model rationalization
- 12:10 PM Base Language Feature #2108: event model rationalization
- Attached update is committed to bzr revision 10378.
09/02/2013
- 07:30 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- The today drop includes small addition for restoring the cursor status that was before executing the console applicat...
- 05:43 PM Database Feature #2126: add support for table-level locking (share and exclusive) for runtime internal use
- Regressions (note 24-25) were executed for vmn_upd20130831a.zip.
- 05:41 PM Database Feature #2126: add support for table-level locking (share and exclusive) for runtime internal use
- I have uploaded update vmn_upd20130831a.zip replacing vmn_upd20130814a.zip with fixes according to note 23.
- 04:54 PM Database Feature #2126: add support for table-level locking (share and exclusive) for runtime internal use
- Regression 20130902_061345, 3 FAILED tests:
1. tc_job_002 FAILED failure in step 40: 'Unexpected EOF in actual at ... - 04:36 AM Database Feature #2126: add support for table-level locking (share and exclusive) for runtime internal use
- I have executed regression two times.
Regression 20130831_172455, 4 FAILED tests:
1. gso221_session1 FAILED f... - 05:31 PM Database Feature #1668: add support for additional (non-dynamic) database attributes
- The following test case for note 124:...
- 05:15 PM Database Feature #1668: add support for additional (non-dynamic) database attributes
- From docs: "For ... Buffer object handle, the ERROR attribute indicates whether an error occurred during a FILL or S...
- 05:21 PM Base Language Feature #2108: event model rationalization
- Code Review 0829a
Everything looks good.
1. Please add javadoc to explain the details in note 14 answers 1, 3, ... - 11:37 AM Database Feature #2175: add support for -rereadnolock startup parameter
- Update pack for review. This update is built over the om_upd20130829a.zip of #1594.
The implementation looks into @B... - 10:07 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- I've made a script for testing conditions about width of text in the outut file. Here it is:...
08/31/2013
- 08:13 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- The today drop includes:
1. Minor changing to clean up from old comments in terminal_win.c module and adding clear s...
08/30/2013
- 05:57 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- > 1. lindev01. I ran different test. See below.
Please try both test programs on both lindev01 and windev01. In p... - 04:31 PM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- I tried to run simple test with these options on lindev01 and windev01.
1. lindev01. I ran different test. See belo... - 09:46 AM Base Language Feature #1631: implement support for LANDSCAPE/PORTRAIT in I/O statements
- The work above was all done to support the proper conversion of these options. But the runtime behavior has not yet ...
- 03:07 PM Database Feature #2175: add support for -rereadnolock startup parameter
- My first instinct was to put this flag somewhere in the database branch which was a little cumbersome to extract. I f...
- 12:35 PM Database Feature #2175: add support for -rereadnolock startup parameter
- Ovidiu Maxiniuc wrote:
> This is a command-line parameter for the client, it's proper location is not the @directory... - 11:57 AM Database Feature #2175: add support for -rereadnolock startup parameter
- This is a command-line parameter for the client, it's proper location is not the @directory.xml@.
In 4GL I can have ... - 02:22 PM Database Feature #2115: add runtime support for _file and _field metadata tables
- I asked only to understand tables structures.
- 02:16 PM Database Feature #2115: add runtime support for _file and _field metadata tables
- No reasons, I also think they could be hidden behind MetaSchema API.
- 02:11 PM Database Feature #2115: add runtime support for _file and _field metadata tables
- Sorry I missed this earlier. Yes, these tables have a RECID field, generally of the form @{table_name}-recid@. But, I...
- 01:57 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Stanislav Lomany wrote:
> And what about index information - list of indexes with attributes: primary, word (if we n... - 01:46 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- And what about index information - list of indexes with attributes: primary, word (if we need it), unique?
> We wi... - 01:34 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- All of these will be available via the @MetaSchema@ API, though the actual metadata tables (e.g., _file, _field, etc....
- 01:26 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- > These names will available via an API. The code will look something like this:
>
> MetaSchema meta = persistence... - 01:40 PM Base Language Feature #2108: event model rationalization
- ca_upd20130829a.zip has passed regression testing.
- 11:58 AM Database Feature #1668: add support for additional (non-dynamic) database attributes
- For all the buffer-related attributes in note 113, please determine with test cases that these all work the same way ...
- 11:15 AM Database Feature #2126: add support for table-level locking (share and exclusive) for runtime internal use
- Code review 20130814a:
I think the implementation of table locking in @InMemoryLockManager@ generally is OK, but s... - 04:31 AM Base Language Feature #1640: implement DOM XML support
- Evgeny Kiselev wrote:
> in *1* instance is created. In my case I'm understand this state as unknown, but there is so...
08/29/2013
- 06:32 PM Base Language Feature #1640: implement DOM XML support
- Constantin Asofiei wrote:
> 3. @XEntityImpl.invalidNodeError@
> - I don't like how the @XEntityImpl.invalidNodeErro... - 05:59 PM Database Feature #1668: add support for additional (non-dynamic) database attributes
- Update vmn_upd20130829a.zip/vmn_upd20130829b.zip is attached.
Test case corresponds to 4GL behavior for tablehand... - 04:04 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- The drop includes code checked for suspend/resume compatibility. The only usage foe these functions I have found is t...
- 02:37 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- Update for review.
We need to update the current-changed each time @P2JQuery.current()@ is called. Other first/next/... - 11:38 AM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- The @-rereadnolock@ is not activated and in 4GL this case is not taken into consideration.
In fact this is the sec... - 10:04 AM Database Feature #2175: add support for -rereadnolock startup parameter
- Testing environment. The article is not very explicit so I will explain the testcase.
Suppose we have a table @perso... - 09:13 AM Base Language Feature #2108: event model rationalization
- The attached fix solved some bugs found during regression testing and addresses the issues in the review.
# I coul...
08/28/2013
- 05:59 PM Base Language Feature #2108: event model rationalization
- OK, I have completed my code review (to the 0827a level). Overall: it is really good! The code is now also insanely...
- 04:41 PM Base Language Feature #2108: event model rationalization
- More questions:
4. In regard to your assumption in note 9:
> From my testing, I think is reasonbly to think a d... - 04:33 PM Base Language Feature #2108: event model rationalization
- I am in the middle of the code review. So far I have finished the ui and net package code. I have these initial que...
- 03:46 PM Database Feature #2175: add support for -rereadnolock startup parameter
- The current persistence implementation does not support the feature provided by the @-rereadnolock@ startup parameter...
- 03:44 PM Database Feature #2175 (Closed): add support for -rereadnolock startup parameter
- 03:42 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- The @-rereadnolock@ parameter is indeed in use in the server project. We will need to support this as a configurable ...
- 03:29 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- Oops, I misread your test case. This is not a dirty share issue, as I was thinking. Session B actually commits its ch...
- 03:01 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- Just re-checked with @customer@ and @person@ tables.
There is definitely a bug, in P2J the A client displays the sa... - 02:35 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- How does this test case behave in the 4GL?
The @customer@ table is a bit unusual in our @p2j_test@ database in tha... - 02:19 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- I know.
The important issue is that if you have 2 clients on the same P2J server and
Client A:... - 02:11 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- Ovidiu Maxiniuc wrote:
> There is no second level cache in Hibernate. The @directory.xml@ explicitly say: @hibernate... - 01:05 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- I am forced to do the implementation as you suggested.
I really do not understand why my session of hibernate cannot...
08/27/2013
- 06:51 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- I don't know if the caching behavior changed with the Hibernate upgrade. Regardless, I want to keep the calls to @Ses...
- 03:01 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- You were right about the implementation. I changed a little, I'm doing the check for changed field in a bracket in @R...
- 02:43 PM Base Language Feature #1640: implement DOM XML support
- Constantin Asofiei wrote:
> 7. @XentityImpl.invalidArgumentError@
> - if you need access to the @HandleResource.t... - 04:50 AM Base Language Feature #1640: implement DOM XML support
- When you post an update, please summarize the changes (as compared to the previous update) and what issues were fixed...
- 12:12 PM Base Language Feature #2108: event model rationalization
- The most important change here is related to the fact that when Session-free is used and a external procedure is invo...
08/26/2013
- 04:35 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- The drop includes the get/set terminal type implementation. The real 4gL Windows shows the terminal type is constant ...
- 03:54 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- > Stas, could some conflict between ids happen with using shared buffers?
UniqueIdGenerator only hands out new ids... - 02:33 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Stas, could some conflict between ids happen with using shared buffers?
- 09:26 AM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Constantin, you can check com.goldencode.p2j.util.UniqueIdGenerator. Vadim, generator presumes that id's are unique a...
- 08:57 AM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Vadim Nebogatov wrote:
> I understand for TEMP_TABLE, but why unique id for BUFFER is also ContextLocal?
I don't th... - 05:32 AM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- I understand for TEMP_TABLE, but why unique id for BUFFER is also ContextLocal?
- 08:20 PM Base Language Feature #1640: implement DOM XML support
- I have upload last version of code. This code doesn't fix all issues from note 107 by Constantin.
Also in second ar...
08/25/2013
- 10:36 AM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Hibernate sources update.
08/24/2013
- 08:47 AM User Interface Bug #2174 (Rejected): Toggle-box widget implementation abnormal end issue
- 08:29 AM User Interface Bug #2173 (Rejected): Support for slider widget
- 08:20 AM User Interface Bug #2172 (New): Editor widget vertical scrollbar issue
- 08:13 AM User Interface Bug #2171 (New): Focused radio-button attribute mismatch
- 08:11 AM User Interface Bug #2170 (New): Selection list does not show the vertical scrollbar
- 08:04 AM User Interface Bug #2169 (New): Scrollbars issue in combo-box and selection-list
08/23/2013
- 07:15 PM Database Feature #2080: add runtime support for database methods
- I have attached preliminary update vmn_upd20130824a including BUFFER-FIELD and GET-BUFFER-HANDLE support and MetaSche...
- 05:49 PM Database Feature #2080: add runtime support for database methods
- Support of methods added in issue #1947:
@BUFFER-FIELD (KW_BUF_FLD)@
Implemented with MetaShemaImpl (stub with... - 06:47 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- The today drop includes error processing code approach for terminal_win.c module for you to review. The gathering inf...
- 12:59 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- Update with new functionality for review.
- 09:34 AM Base Language Feature #1640: implement DOM XML support
- Evgeny, this the review for your 0707a.zip update. Please let me know if you see anything wrong with my reasoning.
... - 05:29 AM Base Language Feature #1640: implement DOM XML support
- > 3) I have found strange case:
> @hRoot:GET-PARENT(hWork).@ if @hRoot@ is unknown and @hWork@ is valid and known w...
08/22/2013
- 07:47 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- This drop is a result of checking different widgets layout on Windows 4GL system. I have modified in addition OutputM...
- 01:55 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- The testing highlights one point to discuss. Previously findings show us the key codes returned from Windows key read...
- 06:57 PM Base Language Feature #1640: implement DOM XML support
- Constantin Asofiei wrote:
> Evgeny, in regards to note 100: have you gotten past this one? Can you post the full tes... - 04:20 PM Base Language Feature #1640: implement DOM XML support
- Evgeny, in regards to note 100: have you gotten past this one? Can you post the full test program which you used to g...
- 04:18 PM Base Language Feature #1640: implement DOM XML support
- Evgeny, in regards to note 79. From the docs of @node-value-to-memptr@:...
- 04:10 PM Database Feature #2080: add runtime support for database methods
- CompoundQuery.bufferHandle(int bufferSequenceNumber): could be based on recordBuffers() method returning iterator, bu...
- 03:22 PM Database Feature #1666: add support for mixed-direction indexes
- I looked over the conversion test result and it has been generated as expected. Continuing with runtime-regression.
- 12:50 PM Database Feature #1666: add support for mixed-direction indexes
- I double checked the index and sort clause generations for both H2 and PSQL dialects.
I am putting now this update t... - 09:49 AM Base Language Feature #2108: event model rationalization
- This update is good for review and includes:
# changes to the net protocol to support async requests; this is needed... - 01:48 AM Database Bug #2164: Server fails to start a Progress app when persistence disabled
- Those examples I gave were theoretical cases which indeed may never happen. I'll put the check in the @BufferManager....
08/21/2013
- 05:55 PM Database Bug #2164: Server fails to start a Progress app when persistence disabled
- I recommended @BufferManager.get()@ primarily because I was trying to keep it simple; this is the single point called...
- 03:09 PM Database Bug #2164: Server fails to start a Progress app when persistence disabled
- Isn't the @BufferManager.get@ too low-level place for the check? Wouldn't be better to put it in the entry points (or...
- 06:56 AM Database Bug #2164 (WIP): Server fails to start a Progress app when persistence disabled
- 05:24 PM Database Feature #1668: add support for additional (non-dynamic) database attributes
- Buffer attributes status:
currentIteration – removed;
is/setError, get/setADMData, getNamespaceURI, getUnique... - 03:37 PM Database Feature #1666: add support for mixed-direction indexes
- I encountered a small delay because of desc direction leaked into column names of .p2o files. That was because in @P2...
- 01:01 PM Database Feature #1666: add support for mixed-direction indexes
- It is OK to leave "id" hard-coded in the dialect. We probably should use a constant instead of the string literal, th...
- 12:48 PM Database Feature #1666: add support for mixed-direction indexes
- As I was implementing the solution I found some comments in both H2 and PSQL Dialects @getCreateIndexString()@ to mov...
08/20/2013
- 07:14 PM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- More investigation results from testcases written:
1. Toggle-Box widget is not implemented in our runtime.
2. Sli... - 05:39 PM Database Feature #1668: add support for additional (non-dynamic) database attributes
- From note 113.
- 05:34 PM Database Feature #1668: add support for additional (non-dynamic) database attributes
- Should be implemented only attributes from note 113, or all attributes from note 3?
- 05:06 PM Database Feature #1668: add support for additional (non-dynamic) database attributes
- I think only 2 methods are really needed from MetaSchema for attributes enumerated in note 113. ...
- 05:18 PM Database Feature #2080: add runtime support for database methods
- I have corrected methods signatures in note 205.
- 04:40 PM Database Feature #1666: add support for mixed-direction indexes
- Good findings. You are bringing back long forgotten memories :-)
The most important thing is that the queries (all... - 03:00 PM Database Feature #1666: add support for mixed-direction indexes
- After further investigation I discovered that a similar code for detecting the index represented by a sort criteria i...
- 10:19 AM Database Feature #1666: add support for mixed-direction indexes
- I investigated the reverse indexed @FIND@ s and, indeed there is a problem. At a given moment, in @SortCriterion.pars...
- 05:18 AM Database Feature #2115: add runtime support for _file and _field metadata tables
- Will tables _File, _Field, _Index and so on have some unique fields like file_id, field_id, index_id, ... for joining...
08/19/2013
- 05:28 PM User Interface Bug #2168 (New): Combo-box initial shape attribute mismatch
- 05:07 PM Database Feature #1666: add support for mixed-direction indexes
- Ovidiu Maxiniuc wrote:
> From my investigation it's enough to comment-out the line 399 from SortCriterion:
> [...]
... - 02:23 PM Database Feature #1666: add support for mixed-direction indexes
- Eric Faulhaber wrote:
> Ovidiu Maxiniuc wrote:
> > The queries that used these indexes were probably unused on PSQL... - 02:09 PM Database Feature #1666: add support for mixed-direction indexes
- Ovidiu Maxiniuc wrote:
> The queries that used these indexes were probably unused on PSQL.
How did you come to this... - 12:00 PM Database Feature #1666: add support for mixed-direction indexes
- I have put to test my changes and here is the diff for it (ddl only):...
- 02:09 PM Base Language Feature #2167: add longchar and codepage support
- 1. character/longchar interchangeability. Note that this is related to integer/int64 and date/datetime/datetime-tz, w...
- 02:07 PM Base Language Feature #2167 (New): add longchar and codepage support
- 12:51 PM User Interface Bug #2166 (New): Alert box layout mismatch
- 12:40 PM User Interface Bug #2165 (New): Handling "color skip" phrase produces incorrect color attribute selection
- 11:44 AM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- In regard to note 13, please open 2 new tasks: one for the alert-box "color skip" issue and a different task for the ...
- 11:03 AM User Interface Feature #2131: implement the Windows equivalent to the NCURSES/terminal support
- Looks like writing the console testcases I've found two P2J AlertBox issues. Consider the following code:...
Also available in: Atom