Activity
From 12/07/2012 to 01/05/2013
01/04/2013
- 02:07 PM Database Feature #1910: add schema conversion support for sequences
- Ovidiu Maxiniuc wrote:
> Does-it make sense to create another file or should I just extend the @dmo-index@'s dtd @sc... - 12:26 PM Database Feature #1910: add schema conversion support for sequences
- > OK, I understand that there is some configuration that needs to be migrated, when the backing database does not sup...
- 10:40 AM Database Feature #1910: add schema conversion support for sequences
- OK, I understand that there is some configuration that needs to be migrated, when the backing database does not suppo...
- 10:15 AM Database Feature #1910: add schema conversion support for sequences
- When doing the (one-time) import there is no special care for sequences, they are imported with the actual value. How...
- 09:36 AM Database Feature #1910: add schema conversion support for sequences
- I thought that the "directory-backed crossed-the-sequence-boundary flag" approach was only needed to remember the fac...
- 01:44 PM Database Feature #1651: add support for dynamic database features
- We need to determine whether dynamic database features are scope-agnostic in terms of resolving database references; ...
- 11:31 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- For Windows stat() seems to do the job, but in Unix lstat() must be used or link will not be corectly detected.
2-> ... - 11:06 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- It is OK to be linux-specific right now. We will have separate tasks to port this to Windows.
Some initial feedba... - 10:32 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Actually , I realize this will have to be tested on a windows system since there might be problems with lstat().
- 10:21 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- The code for filesys.c...
- 09:52 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Good. Please post your prototype code for review. Just paste the code into your redmine issue update if it is small...
- 09:42 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- This also requires some changes to the ant task "native" ,
otherwise I made the changes and tested for symbolic lin... - 08:10 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Yes, this solution is OK. We already have a libp2j.so (which we will have to also port to Windows as p2j.dll). Righ...
01/03/2013
- 10:21 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Java (at least until Java 7 NIO 2) doesn't seem to have a way of detecting symbolic links( the problem it's likely th...
- 07:23 PM Database Feature #1910: add schema conversion support for sequences
- Ovidiu Maxiniuc wrote:
> ...
> I have some issues / questions about all these modification:
> 1. I did not have ac...
01/02/2013
- 01:10 AM Database Feature #1910: add schema conversion support for sequences
- Sequence conversion and import for PostgreSQL seems to work well with some minor changes I've made. I need to merge ...
- 01:08 AM Database Feature #1926 (Hold): create an en_GB@p2j_basic locale definition
12/31/2012
- 11:34 AM Base Language Feature #1591: implement QUOTER built-in function
- OK, it looks good. These additions should not be able to cause any runtime regressions. So I am going to bypass reg...
- 06:41 AM Base Language Feature #1591: implement QUOTER built-in function
- Added proposed update
- 10:57 AM Base Language Feature #1920: implement persistent procedures
- ...
- 08:15 AM Database Feature #1580: upgrade Hibernate to latest level
- 1. About NPE in suggestNextVendorNumber: strange, but if we use a PreparedStatement which returns a ResultSet in do(R...
12/28/2012
- 11:58 AM Database Feature #1910: add schema conversion support for sequences
- This note is somewhere at the border between sequence conversion and runtime.
I tried to add the H2 database support... - 09:30 AM Database Feature #1580: upgrade Hibernate to latest level
- 1.
> Please be careful in making any changes to code which initializes collections; I originally tried to make the ...
12/27/2012
- 03:37 PM Base Language Support #1928: update documentation to explain how to convert, develop and run P2J on Windows
- Small changes to Windows specific has been uploaded. The issues for conversion INPUT THROUGH, OUTPUT THROUGH and INPU...
12/26/2012
- 01:06 PM Database Feature #1580: upgrade Hibernate to latest level
- > What version of QaVendorUtils are you using? There is no ResultSet.close() call at line 269 in my version (004). ...
- 12:16 PM Database Feature #1580: upgrade Hibernate to latest level
- Stanislav Lomany wrote:
> 1. Reproduction: F - V - A
> ... - 12:07 PM Database Feature #1580: upgrade Hibernate to latest level
- Please be careful in making any changes to code which initializes collections; I originally tried to make the initia...
- 08:16 AM Database Feature #1580: upgrade Hibernate to latest level
- > OK, let's try it. Can you think of an easy (generic) way to determine when an entity has a collection, or do you p...
12/25/2012
- 05:08 PM Base Language Support #1928: update documentation to explain how to convert, develop and run P2J on Windows
- The updated versions of the document have been uploaded here. Also the new document part describing the run-time setu...
12/22/2012
- 07:43 AM Base Language Feature #1920: implement persistent procedures
- If I understood right, then there will be "handle.unwrap<Resource>" APIs, like:
* handle.unwrapWidget for widget han...
12/21/2012
- 02:29 PM Base Language Support #1928: update documentation to explain how to convert, develop and run P2J on Windows
- I've uploaded two draft files here, one for conversion handbook, another for developer guide. Now I'm thinking and st...
- 01:26 PM Base Language Feature #1591: implement QUOTER built-in function
- Feedback:
1. Remove the builtin_functions.rules from your zip. There are no changes there.
2. The character.ja... - 01:09 PM Base Language Feature #1591: implement QUOTER built-in function
- Added proposed update with the String overloaded methods.
- 12:12 PM Base Language Feature #1591: implement QUOTER built-in function
- Yes.
- 12:09 PM Base Language Feature #1591: implement QUOTER built-in function
- A quoter version which supports String instead of BaseDataType should probably be added to be reused for places where...
- 05:39 AM Base Language Feature #1591: implement QUOTER built-in function
- Added the entry to expressions.odt
- 01:11 PM Base Language Feature #1920: implement persistent procedures
- In addition to the general messiness that comes from having a global or "umbrella" interface, there is another practi...
- 12:35 PM Base Language Feature #1920: implement persistent procedures
- The idea is, to be able to use handle.unwrap to access an attribute for any kind of handle (procedure handle, widget ...
- 12:09 PM Base Language Feature #1920: implement persistent procedures
- I thought we were going to use resource-specific interfaces instead of a global interface. I prefer it to be resourc...
- 09:32 AM Base Language Feature #1920: implement persistent procedures
- Greg,
When collecting all the handle-related APIs in a "global" interface, I found some differences between the retu... - 12:54 PM Database Feature #1660: add conversion and runtime support for OF keyword use in a CAN-FIND
- I still need to review customer reports to determine actual scenarios, but please start with some basic use cases.
- 12:35 PM Database Feature #1910: add schema conversion support for sequences
- I have merged the 1214a update with my local changes and tested a real-world database import with sequences. I found...
- 12:19 PM Database Feature #1663: test/debug case-sensitive field support
- This task is about defining temporary and permanent database tables with a mix of case-sensitive and case-insensitive...
- 11:33 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- The attached file contains only implementation and test cases for int64.
The changes are both syntactic and semantic... - 09:40 AM Database Feature #1580: upgrade Hibernate to latest level
- OK, let's try it. Can you think of an easy (generic) way to determine when an entity has a collection, or do you pro...
- 04:41 AM Database Feature #1580: upgrade Hibernate to latest level
- Eric, the snippet represents the process of deletion and the following rollback of an entity in P2J (during rollback ...
12/20/2012
- 06:28 PM Database Feature #1910: add schema conversion support for sequences
- Code review 1214a:
Is the version of SequenceManager.java in this update the correct one? It doesn't compile. Fi... - 05:28 PM Database Feature #1580: upgrade Hibernate to latest level
- PS: see the stacktrace in the #1566 bug.
- 05:26 PM Database Feature #1580: upgrade Hibernate to latest level
- Stas/Eric, just a thought: do you see the "Found two representations of same collection" issue any way related to the...
- 05:07 PM Database Feature #1580: upgrade Hibernate to latest level
- Sorry, I don't understand what your workaround example is trying to accomplish. What use case in P2J does this repre...
- 06:23 AM Database Feature #1580: upgrade Hibernate to latest level
- In order to reproduce the "Found two representations of same collection" issue the following Hibernate command sequen...
- 01:36 PM Base Language Feature #1591: implement QUOTER built-in function
- I forgot to ask you to update the documentation. Please update the builtin functions table in the expressions.odt ch...
- 08:59 AM Base Language Feature #1591 (Closed): implement QUOTER built-in function
- 11:16 AM Base Language Feature #1921: implement super-procedures
- Ok, that makes sense.
- 10:58 AM Base Language Feature #1921: implement super-procedures
- ...
- 10:05 AM Base Language Feature #1921: implement super-procedures
- I found a case which I haven't thought about until now. Consider we have these procedures:
* t1.p:... - 10:24 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Those parameters should NOT be emitted in the OS-DIR case.
- 09:58 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- From default conversion logic p2j will also add 2 boolean parameters when calling StreamFactory.openOsDir: boolean w...
- 10:23 AM Base Language Feature #1611 (Test): implement QUOTER utility
- I am OK with the proposed code.
Please work with Eugenie to put this through full runtime testing using lightning ... - 10:03 AM Base Language Feature #1611: implement QUOTER utility
- Actually it's the cs_upd20121219a.zip mistaken between the two quoter folders.
- 09:02 AM Base Language Feature #1611: implement QUOTER utility
- This is the wrong update (it is the same one that goes with #1591). Please upload the proper update (probably it is ...
- 09:40 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Another error I found. The following sample code extracted from _OpenEdge® Development: ABL Reference_ (page 55) fail...
- 08:45 AM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- The keyword is specified in the schema (.df file) as an option on a field:...
12/19/2012
- 05:59 PM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- I read about this option, but I found no examples of it's using. Maybe it depends on 4GL version?
Syntax like
..... - 04:35 PM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- Progress uses the keyword MANDATORY to denote a non-nullable field.
Thanks,
Eric - 04:34 PM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- Reading and investigation of Progress 4GL documentation as regards not-nullable fields. I did not find any field opti...
- 07:28 AM Base Language Feature #1591: implement QUOTER built-in function
- Applied to staging and P2J was rebuilt. MAJIC was not reconverted or rebuilt.
- 06:35 AM Base Language Feature #1611: implement QUOTER utility
- Added proposed update.
Also found a bug regarding the error message when input file does not exist and fixed it, th... - 03:23 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Current status:
* added .rules changes and in various files (like ExpressionConversion etc) for int64 support (more ...
12/18/2012
- 05:50 PM Database Feature #1926: create an en_GB@p2j_basic locale definition
- Here is the information screen for the @<db_name>@ database on windev01 from the Data Administration --> Utilities --...
- 01:10 PM Base Language Feature #1591: implement QUOTER built-in function
- OK, it looks good.
Good ahead and do the following:
1. Work with Constantin to get the update applied to stagin... - 12:27 PM Base Language Feature #1591: implement QUOTER built-in function
Added update. I assumed null -> <code>null</code>
- 11:32 AM Base Language Feature #1591: implement QUOTER built-in function
- There is still a javadoc problem....
- 06:43 AM Base Language Feature #1591: implement QUOTER built-in function
- Done conversion regression testing, there are no differences.
- 12:49 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- ...
- 11:45 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Updated the Input from OS-Dir Specifications.
Certain things are not 100% clear:
From the list of arguments only NO-... - 12:47 PM Database Feature #1580: upgrade Hibernate to latest level
- 1. Found two representations of same collection -- a day, may be two to find the cause and make a solution
2. Sessio... - 11:39 AM Database Feature #1580: upgrade Hibernate to latest level
- Please summarize the current status of all known issues with this task and estimate (if you can) how much effort you ...
- 12:33 PM Base Language Feature #1611: implement QUOTER utility
- 8. Yes ran all the tests and checked results it all looks good.
Will also test again after making the changes from r... - 12:02 PM Base Language Feature #1611: implement QUOTER utility
- Feedback:
1. The text "This may be specified as a file or as a stream." in the javadoc for can be removed. Statin... - 12:03 PM Base Language Feature #1920: implement persistent procedures
- That is fine with me.
- 08:58 AM Base Language Feature #1920: implement persistent procedures
- The MAJIC sources, beside the ControlFlowOps and handle.unwrap changes, has this change: frame.getScreeValue(widget) ...
12/17/2012
- 06:02 PM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- Variant above does not require aliases mapping because argument type is calculated in HQLPreprocessor.
I made one m... - 02:39 PM Base Language Feature #1591: implement QUOTER built-in function
- Attached wrong update before. This is the correct one
- 02:30 PM Base Language Feature #1591: implement QUOTER built-in function
- Added proposed update, started the regression test
- 12:57 PM Base Language Feature #1611: implement QUOTER utility
- I understand , the final code should be be fully documented, respect the coding standards entirely , tested and broug...
- 12:16 PM Base Language Feature #1611: implement QUOTER utility
- 7. The text description is wrong it's 4't included not 5'th included. Corrected
- 11:50 AM Base Language Feature #1584 (WIP): add conversion and runtime support for INT64 and DATETIME data types
- 08:23 AM Database Feature #1580: upgrade Hibernate to latest level
- Testcase for the "Found two representations of same collection" issue:...
12/15/2012
- 05:54 PM Base Language Feature #1591: implement QUOTER built-in function
- Feedback:
This javadoc for the 2 parameter version needs to be changed:... - 05:21 PM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- Approach described above is implemented, it works and on testing now.
But I have found one more problem.
If where...
12/14/2012
- 03:26 PM Base Language Support #1928 (WIP): update documentation to explain how to convert, develop and run P2J on Windows
- Yes, these are the projects that need to be updated....
- 02:15 PM Base Language Support #1928: update documentation to explain how to convert, develop and run P2J on Windows
- If my understanding is OK the you mean the following directories need to be updated:
p2j_books/conversion_handbook
... - 03:22 PM Base Language Feature #1611: implement QUOTER utility
- Feedback, Part 2:
14. I think that preProcessQuoter() needs to be renamed. It leaves the impression that it is ju... - 12:58 PM Base Language Feature #1611: implement QUOTER utility
- Feedback, Part 1:
ProcessDaemon:
1. The file needs its copyright date updated.
2. The changes in prepareComm... - 06:20 AM Base Language Feature #1611 (Review): implement QUOTER utility
- 06:16 AM Base Language Feature #1611: implement QUOTER utility
- Submitted testcases to bazaar added proposed update (revised and re-tested)
- 01:49 PM Database Feature #1580: upgrade Hibernate to latest level
- > Did this behavior change from 3.0.5?
Yes, 3.0.5 just checks if there is the entity in the persistence context (reg... - 01:13 PM Database Feature #1580: upgrade Hibernate to latest level
- Stanislav Lomany wrote:
> The "crossReferenceItem already exists with" issue is about Session.contains function. In ... - 06:42 AM Database Feature #1580: upgrade Hibernate to latest level
- The "crossReferenceItem already exists with" issue is about Session.contains function. In Hibernate 4 it returns FALS...
- 01:46 PM Database Feature #1911: add runtime support for sequences
- Ovidiu Maxiniuc wrote:
> ...The fact is, this is the exact way PostgreSQL handles sequences and this should be a goo... - 11:21 AM Database Feature #1911: add runtime support for sequences
- I have discovered something at least interesting today. The Progress/4GL 9 and OpenEdge/ABL 11 Reference books, both ...
- 01:34 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Please focus on the conversion aspects of this task first and only stub out the runtime support at first. Start with...
- 12:15 PM Database Feature #1910: add schema conversion support for sequences
- As I created a new test case file for sequences I discovered that the @Sequencemanager.setValue()@ set of overloaded ...
- 09:49 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- After testing the simple case of OS-DIR usage (no options)...
- 07:27 AM Base Language Feature #1626 (WIP): implement OS-DIR support as an INPUT stream
- 07:25 AM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- I understood the reason of problem with nested SQL Functions invocation (NPE on parsing SQL Function argument time): ...
- 07:16 AM Base Language Feature #1591: implement QUOTER built-in function
- Added revised proposed update. From what I understand there are plans to move code that is not character specific fro...
12/13/2012
- 06:33 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Testing on both Linux and Windows reports the changes in
com/goldencode/p2j/util/character.java
com/goldencode/p2j/... - 02:38 PM Base Language Feature #1611: implement QUOTER utility
- discovered a bug will add new update once fixed.
- 01:26 PM Base Language Feature #1611: implement QUOTER utility
- Added proposed update and edited the quoter description post .
- 11:45 AM Base Language Feature #1611: implement QUOTER utility
- I know of these cases, but the current ProcessDaemon code does not support them. You don't need to support it at thi...
- 11:26 AM Base Language Feature #1611: implement QUOTER utility
- implemented logic to check for quoter case in all the cases, however there are cases like:...
- 12:21 PM Database Feature #1926: create an en_GB@p2j_basic locale definition
- I have done a first cut of this as described above, but I'm pretty sure it's not quite right yet.
I exported the c...
12/12/2012
- 06:22 PM Base Language Feature #1611: implement QUOTER utility
- Assuming you have handled all the known issues, you can prepare/upload the update. Make sure the documentation you h...
- 06:21 PM Base Language Feature #1611: implement QUOTER utility
- The documentation is pretty good. Some comments:...
- 02:56 PM Base Language Feature #1611: implement QUOTER utility
- *QUOTER UTILITY DESCRIPTION*
The quoter utility will put the elements identified and extracted from the
input... - 02:55 PM Base Language Feature #1611: implement QUOTER utility
- 1. If a quoter command will be split in this way in p2j it will also not work in Progress. Checked.
2. This doesn'... - 05:11 PM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- Some tests are attached and passed as expected.
Now I am working with tests containing nested sql functions - not a... - 02:33 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Your latest approach is all good except that we don't need a new p2j.cfg.xml parameter. We already have one that is ...
- 01:37 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- > Do not use the current conversion platform to determine how we convert strings. We can't go this route.
OK. I se...
12/11/2012
- 05:27 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Do not use the current conversion platform to determine how we convert strings. We can't go this route. The problem...
- 03:32 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Fix for backslash processing for conversion on Windows.
The suggested solution will be activated only when running... - 09:22 AM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- This is all a single update.
- 09:08 AM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- The Windows tests is OK too. I would like to make more tests with simulated two chars path separator to be sure this ...
- 08:22 AM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Looks good.
- 04:44 PM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- I have attached SQL Functions I am going to test now. Sorry, there are no proper comments and formatting just because...
- 02:49 PM Base Language Feature #1611: implement QUOTER utility
- ...
- 02:41 PM Base Language Feature #1611: implement QUOTER utility
- Please show an example here that reproduces the problem. And show the error output from the 4GL.
- 02:39 PM Base Language Feature #1611: implement QUOTER utility
- There is one case of error message which might not be able to be reproduced exactly as in Progress. When we pass the ...
- 03:33 AM Base Language Feature #1611: implement QUOTER utility
- That would be much easier since I already have these checks in place before doing the pattern check which is supposed...
- 12:50 PM Conversion Tools Bug #1929 (Closed): conversion system needs to be on the Internet during conversion
- Closed since this is a duplicate of #1914.
- 12:48 PM Conversion Tools Bug #1929: conversion system needs to be on the Internet during conversion
- Check if this is the case. A report was made by Eric that suggested that the conversion system needed remote access ...
- 12:47 PM Conversion Tools Bug #1929 (Closed): conversion system needs to be on the Internet during conversion
- 12:44 PM Base Language Support #1928: update documentation to explain how to convert, develop and run P2J on Windows
- Update all P2J books to describe how to:
- run conversion on Windows
- run P2J (client and server) on Windows
- se... - 12:42 PM Base Language Support #1928 (Closed): update documentation to explain how to convert, develop and run P2J on Wi...
- 12:05 PM Database Feature #1910: add schema conversion support for sequences
- Ovidiu Maxiniuc wrote:
> The @_seqvals.d@ is indeed the default filename for exported sequence values. I documented ... - 11:29 AM Database Feature #1910: add schema conversion support for sequences
- Changes in today's update:
* @src@ directory structure fixed
* @dbimport@ replaced @seqimp@
* fixed indentation/al... - 11:04 AM Base Language Feature #1921: implement super-procedures
- I'm OK with your approach.
- 10:48 AM Base Language Feature #1921: implement super-procedures
- After looking at progress.g, SymbolResolver.addFunction and Function.annotateOptions, the simplest way I see to solve...
- 10:12 AM Base Language Feature #1921: implement super-procedures
- If there are frame definition inside a "to-be-hidden" local function or procedure, then the frame definition "leaks" ...
- 09:29 AM Base Language Feature #1921: implement super-procedures
- My first approach is to just drop the sub-trees.
Thanks for the frame definition tip, I'll check also how these case... - 09:21 AM Base Language Feature #1921: implement super-procedures
- What is your approach to handling this behavior? Do you just hide or drop the sub-trees?
One thing to consider: a... - 09:02 AM Base Language Feature #1921: implement super-procedures
- Greg, the order of the procedure/function is not important. No matter how you mix the procedures/functions in the abo...
- 08:28 AM Base Language Feature #1921: implement super-procedures
- Good findings. I find it hard to understand the value of this complexity. Much of the behavior seems arbitrary.
... - 07:51 AM Base Language Feature #1921: implement super-procedures
- 4GL allows procedure (and function) definitions with the same name, under some circumstances.
If two or more procedu...
12/10/2012
- 05:39 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- The new version of the fixupPropath() method.
1. Handles the arbitrary length of the path separator
2. Optimizing f... - 09:58 AM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- ...
- 09:16 AM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- > The fixupPropath() should be a little different. I don't want getPathSeparator() called more than once, because it ...
- 08:24 AM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- I am OK with the changes to setSearchPath(), getPathSeparator(), getLegacyPathSeparator() and getLegacyFileSeparator(...
- 03:09 PM Conversion Tools Feature #1514: implement fully dynamic reports (backed by the database)
- The scope of the reports should be chosen by the user:
- file-level
- a specific/arbitrary list of files
- an en... - 03:07 PM Base Language Feature #1611: implement QUOTER utility
- Is there anything wrong with my assumption that the path and the executable name will be in the same string AND that ...
- 03:01 PM Base Language Feature #1611: implement QUOTER utility
- I've tried to cover that, here is an example for the latest pattern I've gotten today:...
- 02:55 PM Base Language Feature #1611: implement QUOTER utility
- Costin: yes, we should handle paths on network shares.
Are we making this too difficult? The basic matching seem... - 01:48 PM Base Language Feature #1611: implement QUOTER utility
- > Should also windows network paths be detected as paths for quoter?
> I'm having a little trouble with the regular ... - 01:40 PM Base Language Feature #1611: implement QUOTER utility
- Should also windows network paths be detected as paths for quoter?
I'm having a little trouble with the regular expr... - 02:34 PM Database Feature #1580: upgrade Hibernate to latest level
- About "Found two representations"-related issues:
1. In the first issue ("crossReferenceItem already exists with") p... - 02:19 PM Database Feature #1910: add schema conversion support for sequences
- After you finish with the code changes resulting from the above code reviews, please review all places in the P2J Con...
- 02:12 PM Database Feature #1910: add schema conversion support for sequences
- Code review 1210b:
* Nice work! I'm excited to give this a test run with a real database.
* Is _seqvals.d a hard... - 01:38 PM Database Feature #1910 (WIP): add schema conversion support for sequences
- 01:38 PM Database Feature #1910: add schema conversion support for sequences
- Code review 1210a:
Please note that the following files in your zip file:... - 11:11 AM Database Feature #1910 (Review): add schema conversion support for sequences
- Added sequence current value import
- 06:59 AM Database Feature #1910: add schema conversion support for sequences
- Moved the generation of sequence ddl from .schema to .p2o file.
- 11:37 AM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- Vadim Nebogatov wrote:
> The arguments passed to SQLFunction are strings; we can parse them separately to Ast tree l...
12/08/2012
- 01:40 AM Database Feature #1580: upgrade Hibernate to latest level
- > Yes, this needs to be fixed, but I'm not sure what the issue is here. In build.xml, we copy the ehcache configurat...
12/07/2012
- 05:59 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- The fix for path separator in PROPATH handling issue.
The idea is to have the helper method fixupPropath(String pr... - 05:26 PM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- The arguments passed to SQLFunction are strings; we can parse them separately to Ast tree like method parse() does:
... - 12:50 PM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- Vadim Nebogatov wrote:
> I tried to find out also how to simplify first approach for constant expressions and for no... - 02:53 PM Base Language Feature #1611: implement QUOTER utility
- ...
- 02:45 PM Base Language Feature #1611: implement QUOTER utility
- 1.Already tested by copying the quoter executable in a path containing spaces and it works.
2. Working on it, my q... - 02:37 PM Base Language Feature #1611: implement QUOTER utility
- Yes, Eugenie found this as well. He is working on it.
In the meantime, you should do 2 things:
1. Make sure th... - 02:16 PM Base Language Feature #1611: implement QUOTER utility
- Coming back to the case of converting:...
- 11:53 AM Base Language Feature #1611: implement QUOTER utility
- ...
- 11:41 AM Base Language Feature #1611: implement QUOTER utility
- Is it safe to consider that if the code is converted with a certain OS specific it will also only be run in that OS?
... - 02:48 PM Database Feature #1581: add conversion and runtime support for certain metadata constructs
- Discussed with Greg. Probably the best approach is to use an embedded H2 database to provide access to these metadat...
- 01:54 PM Database Feature #1583: add conversion and runtime support for the INSERT language statement
- Code looks good, but I should not have suggested that this go into post-parse fixups. This is too early, and it will...
- 01:01 PM Database Feature #1580: upgrade Hibernate to latest level
- Stanislav Lomany wrote:
> 6. "(net.sf.ehcache.config.ConfigurationFactory:WARNING) No configuration found. Configuri... - 12:29 AM Database Feature #1580: upgrade Hibernate to latest level
- I'm not so sure this behavior is about an unstable release. But I think you are right that the select statement is p...
- 05:36 AM Base Language Feature #1921: implement super-procedures
- Entry 43 for #1920 was added a test update which covers the conversion rules for both persistent and super-procedures...
- 05:33 AM Base Language Feature #1920: implement persistent procedures
- Attached there is a test update which contains:
1. rules/ - all rules files which affect the conversion of persisten...
Also available in: Atom