Activity
From 02/07/2014 to 03/08/2014
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...
02/14/2014
- 02:53 PM Bug #2237: wrong historical annotations in dynamic temp-tables
- Replaced the update with the new one with the small change.
It was committed to bzr in rev 10465 and distributed by ... - 02:14 PM Bug #2237: wrong historical annotations in dynamic temp-tables
- Ovidiu, you modified @p2o.xml@ and conversion testing has passed. The only other files that changed are new runtime c...
- 01:58 PM Bug #2237: wrong historical annotations in dynamic temp-tables
- This is the latest update that is not under testing.
It passed the conversion (I had to manually run the diff - there... - 01:51 PM Bug #2237: wrong historical annotations in dynamic temp-tables
- Ovidiu, please post the final update you used for testing and check it in and distribute once it has passed.
02/13/2014
- 04:20 PM Bug #2222: WRITE event triggered too early
- As Eric affirmed in a mail I am _modifying some very sensitive code_.
The flush procedure (WRITE triggers and effect... - 11:29 AM Feature #2140 (Review): use positional query substitution parameters in HQLPreprocessor and relat...
- Committed to bzr revision 10462.
02/12/2014
- 02:22 PM Feature #2140: use positional query substitution parameters in HQLPreprocessor and related classes
- This is something Greg or Ovidiu added specifically for composite data type support (specifically, datetime-tz), but ...
- 02:02 PM Feature #2140: use positional query substitution parameters in HQLPreprocessor and related classes
- I saw this code which is currently not active...
- 01:45 PM Feature #2140: use positional query substitution parameters in HQLPreprocessor and related classes
- Code review 20140212a:
Looks good, nice work. Once it passes the rest of regression testing, please check it in an... - 09:44 AM Feature #2140 (WIP): use positional query substitution parameters in HQLPreprocessor and related ...
- Minor update for MAJIC (fixed query in TmpSumCleanupContextHook).
- 09:04 AM Feature #2140: use positional query substitution parameters in HQLPreprocessor and related classes
- > How does this update take into account the parameter indices we are managing within the @HQLPreprocessor@ (see @par...
02/11/2014
- 05:35 PM Feature #2140: use positional query substitution parameters in HQLPreprocessor and related classes
- How does this update take into account the parameter indices we are managing within the @HQLPreprocessor@ (see @param...
- 04:54 PM Feature #2140: use positional query substitution parameters in HQLPreprocessor and related classes
- Update for review. Passed main part of regression testing. The main idea is to:
1. exclude explicit placeholders ("?...
02/09/2014
- 06:56 AM Bug #2236 (Review): HQL error generated from dynamically converted query with extent field refere...
- 06:26 AM Bug #2236: HQL error generated from dynamically converted query with extent field reference in wh...
- Committed to bzr revision 10460.
02/07/2014
- 05:31 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- From other side, it is even not needed: such properties already exists in LegacyField annotation:...
- 05:20 PM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- I added CustomExtentProperty as indicator that property was denormalized. I thought it was simpler. In principle, I a...
- 11:52 AM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- Vadim Nebogatov wrote:
> CustomExtentProperty annotation needed for remember denormalized property name, this “pseud... - 08:22 AM Feature #2134: configurable denormalization of extent fields into individual fields in schema con...
- Eric Faulhaber wrote:
> Why is the @@CustomExtentMethod@ annotation needed? Don't all the getter and setter methods ... - 03:38 PM Bug #2222: WRITE event triggered too early
- OK, good work. Please go ahead and implement these changes and document the names of the test cases which you created...
- 03:04 PM Bug #2222: WRITE event triggered too early
- Write-to-db is NOT expected at the end of a block including:
- transactions,
- internal procedures
- fun... - 02:42 PM Bug #2236: HQL error generated from dynamically converted query with extent field reference in wh...
- > There are some new TODOs added to @TemporaryBuffer.copyAllRows@. What is the plan for those?
1. ... - 09:55 AM Bug #2236: HQL error generated from dynamically converted query with extent field reference in wh...
- Code review 20140205a:
In general, looks good. Please regression test.
There are some new TODOs added to @Tempo... - 01:01 PM Bug #2237: wrong historical annotations in dynamic temp-tables
- No 'strong' reason. Looking into @AbstractCollection@'s source code, both methods share the same implementation excep...
- 12:08 PM Bug #2237: wrong historical annotations in dynamic temp-tables
- > I have fixed that (see DynamicTablesHelper.java:858) before uploading the update.
Why not use @java.util.Set@'s @<...
Also available in: Atom