Activity
From 02/17/2014 to 03/18/2014
03/18/2014
- 04:47 PM Feature #1661: support case-sensitive fields in indexes
- At this moment, we cannot tell if a field is case sensitive or not only by analyzing its name (as signature of isCas...
- 04:04 PM Bug #2261: improve server startup performance
- Replaced with a version that does better error handling when retrieving index metadata.
- 02:24 PM Bug #2261: improve server startup performance
- The attached update implements the plan in note 3 above. Empirical testing show it trims ~33% off the server startup ...
- 03:14 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- I have attached next update vmn_upd20140318a.zip with WHERE clause support. Update corresponds to latest bzr revision...
- 02:37 AM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- Eric Faulhaber wrote:
> Vadim Nebogatov wrote:
> > Unfortunately I missed your update...
> Please maintain this fi...
03/17/2014
- 07:24 PM Bug #2261: improve server startup performance
- We have redundant index metadata queries coming from @DMOIndex$DMOMetadata.collectIndexData@ and @DirtyTempTableHelpe...
- 05:38 PM Bug #2261: improve server startup performance
- I've done a little bit of research and trial and error testing. I've found that unfortunately, the JDBC DatabaseMetaD...
- 04:45 PM Bug #2261: improve server startup performance
- Startup of the server for an application with a lot of permanent tables is very slow. While this probably is not a bi...
- 04:39 PM Bug #2261 (New): improve server startup performance
- 07:03 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- Vadim Nebogatov wrote:
> Unfortunately I missed your update...
Please maintain this fix with the rest of your chang... - 05:11 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- Eric Faulhaber wrote:
> Vadim Nebogatov wrote:
> > Concerning bug in @where_clause_normalize.rules@ (note 61).
> ... - 11:20 AM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- Vadim Nebogatov wrote:
> Concerning bug in @where_clause_normalize.rules@ (note 61).
>
> Solution would be to ad... - 03:31 AM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- Current problem: denormalized extent fields with constant index in WHERE clause are generated without index but with ...
- 04:37 PM Feature #2258: retrofit BUFFER-COPY and BUFFER-COMPARE language statement runtime support to use ...
- I have checked in my pending changes under bzr rev. 10493.
- 04:33 PM Bug #2222: WRITE event triggered too early
- Please merge your update with the latest code in bzr.
Regarding the UNDO problem, do you need to enhance or develo... - 02:40 PM Feature #2148 (WIP): enhance prototype to compile p2jpl.jar file with IKVMC into .NET assembly an...
03/15/2014
- 01:33 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- Concerning bug in @where_clause_normalize.rules@ (note 61).
Solution would be to add check @ref.type == prog.num_li...
03/14/2014
- 03:48 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- Changes in update zip:
* removed Operators.java (it was identical to bzr version)
* added full implementation of Op... - 11:05 AM Feature #2207: Remaining issues for dynamic buffers and dynamic tables
- > 1. In the original testcase (violation error for the dynamic table) error is displayed twice (the fix reproduces th...
- 08:13 AM Bug #2259: computed character columns are not created for dynamic tables
- 1. For static temp tables computed columns ("__fieldName") are created for indexed character columns. For dynamic tem...
- 08:09 AM Bug #2259 (Closed): computed character columns are not created for dynamic tables
- 01:30 AM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- Problem resolved. Replacement original method to denormalized method was missed in temporary record mode in RecordBuf...
- 12:26 AM Feature #1661: support case-sensitive fields in indexes
- Ovidiu, please determine what is left to do with @P2JH2Dialect.isCaseInsensitiveColumn@. I think whatever index infor...
03/13/2014
- 03:48 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- The attached update pack contains some missing files from previous archive. Please review.
The C# source code were t... - 02:00 PM Feature #2258: retrofit BUFFER-COPY and BUFFER-COMPARE language statement runtime support to use ...
- When runtime support for the handle-based methods @BUFFER-COPY()@ and @BUFFER-COMPARE()@ originally was implemented, ...
- 01:41 PM Feature #2258 (Closed): retrofit BUFFER-COPY and BUFFER-COMPARE language statement runtime suppor...
- 06:46 AM Feature #2207: Remaining issues for dynamic buffers and dynamic tables
- > What cases remain to be handled?
1. In the original testcase (violation error for the dynamic table) error is disp... - 08:52 PM Feature #2207: Remaining issues for dynamic buffers and dynamic tables
- Update 20140311a looks OK to me, but please hold off regression testing for now. I have a large update to RecordBuffe...
- 03:21 AM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- Eric Faulhaber wrote:
> @WhereExpression@ itself does not throw @UnsupportedOperationException@. What is throwing it... - 08:42 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- The attached update fixes the conversion error reported in note 61. I have not yet regression tested it.
- 08:24 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- @WhereExpression@ itself does not throw @UnsupportedOperationException@. What is throwing it? What is your question?
03/12/2014
- 07:06 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- UnsupportedOperationException with using @WhereExpression@ found for denormalized fields with extent. Test case uses...
- 07:43 AM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- h3. Status of where clause conversion for denormalized extent fields
Problem was in what time should be denormalized... - 04:21 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- That is excellent news, Ovidiu, well done!
- 04:19 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- *Hurray!*
I have fixed all issues mentioned in my previous notes and successfully run some basic 4GL statements usin... - 11:02 AM Feature #2235: fix deployment issues related to dynamic database conversion resources
- Stanislav Lomany wrote:
> How these file should be handled for testcases project - should I include them in @p2j.jar... - 08:22 AM Feature #2235: fix deployment issues related to dynamic database conversion resources
- Eric, after unnecessary dependencies will be eliminated, I assume that @rules@ should be stored in @p2j[rt].jar@.
@d... - 06:38 AM Feature #2207: Remaining issues for dynamic buffers and dynamic tables
- Fix for review for issue 1 in note 1. The fix is limited to constraints violation case for NO-UNDO buffers.
03/11/2014
- 04:01 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- I have this exception:...
03/10/2014
- 04:49 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- I have some issues with the current generated datatypes in for the tables ddl. My concerns regard the following:
* u...
03/06/2014
- 02:00 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- Eric Faulhaber wrote:
> We had to deal with this constraint for H2 as well. Please have a look at @H2Helper.getFunct... - 01:43 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- Ovidiu Maxiniuc wrote:
> One more issue arises: how to handle *no overloaded methods* constraint ?
We had to deal w... - 01:32 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- I discovered the errors from my previous note. The generated assemblies are compiled against different .Net framework...
03/04/2014
- 03:50 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- During the last days I tried to find a solution for compiling / converting previously attached files in linux using i...
03/02/2014
- 02:34 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- I have found the following conversion error (see log below) in current bzr revision for the following example:
<pr...
02/28/2014
- 04:05 AM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- I have attached next update vmn_upd20140227a.zip with fixes according note 57 and refactored classes P2OLookup, P2OAc...
02/27/2014
- 03:26 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- My idea is to implement the requested interface for SQL server and defer the processing to a component. The same patt...
02/26/2014
- 03:00 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- Eric Faulhaber wrote:
> * There is a new @throw_exception@ template in @java_templates.tpl@. I didn't see where this... - 09:00 AM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- Vadim, please ignore my first question in the code review about the metaschema changes. I forgot we had discussed tha...
- 02:33 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- > Only the deployment and testing need the Windows platform as I am not sure SQL Server will run on Wine.
No probl... - 01:54 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- Eric Faulhaber wrote:
> Ovidiu, nice work so far.
Thanks.
> Please continue investigating the data type issue. C...
02/25/2014
- 05:14 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- Ovidiu, nice work so far.
Please continue investigating the data type issue. Can we create a very thin "shim" laye... - 02:25 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- My previous note was written rather quickly based on the notes I took while doing investigations and some actions wer...
- 12:41 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- Code review 20140222a/b:
This update looks good overall, though I think you've changed more than you needed to (see ...
02/24/2014
- 03:32 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- Eric Faulhaber wrote:
> This is great news! When you are ready, please post an update and detailed instructions abou... - 02:00 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- This is great news! When you are ready, please post an update and detailed instructions about:
* the specific softwa... - 01:08 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- Finally, I have managed to:
* install the IKVM assemblies into SQL Server
* installed the assembly converted from ... - 11:22 AM Bug #2236 (Closed): HQL error generated from dynamically converted query with extent field refere...
- 11:20 AM Feature #2140 (Closed): use positional query substitution parameters in HQLPreprocessor and relat...
- 11:19 AM Bug #2237 (Closed): wrong historical annotations in dynamic temp-tables
02/22/2014
- 05:40 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- I have attached next update vmn_upd20140222a.zip with using LegacyField instead of earlier using CustomExtentPrope...
02/21/2014
- 03:46 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- The SQL Server can execute 'external' code in two ways:
1. *as 'Extended Stored Procedures'*. This is the deprecated...
02/20/2014
- 01:50 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- Eric Faulhaber wrote:
> Sounds like you're making good headway, Ovidiu.
This was the easy part.. the time-consuming... - 12:59 PM Feature #2024 (Closed): implement runtime support for database triggers
02/19/2014
- 04:00 PM Feature #2143 (WIP): prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded ...
- Sounds like you're making good headway, Ovidiu.
> I attempted to convert the whole p2jpl.jar. Operation finished and... - 02:54 PM Feature #2143: prototype IKVM solution for Java UDFs compiled to CIL assemblies and loaded in SQL...
- Progress so far:
* created a small test java class with 2 operators
* compiled the java source code and built the j... - 02:35 PM Feature #2024: implement runtime support for database triggers
- Committed to bzr as revision 10472 and distributed by mail.
02/17/2014
- 10:05 AM Feature #2024: implement runtime support for database triggers
- I have merged the update with latest bzr version. The conversion testing passed (as expected, no changes in generated...
Also available in: Atom