google-code-export / h2database

Automatically exported from code.google.com/p/h2database
0 stars 1 forks source link

Allow org.h2.value.Value as FUNCTION ALIAS params and return value #291

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I created small patch to allow Value as FUNCTION ALIAS params and return value. 
I hope that allowing Value is not againts architecture design. I created this 
because I need to emulate Oracle's TO_CHAR function.
Best regards
Ivos

Original issue reported on code.google.com by bedla.cz...@gmail.com on 26 Feb 2011 at 10:02

Attachments:

GoogleCodeExporter commented 9 years ago
And I forgot test patch.

Original comment by bedla.cz...@gmail.com on 26 Feb 2011 at 10:14

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks a lot for your patches! I will try to integrate it.

Original comment by thomas.t...@gmail.com on 1 Mar 2011 at 8:06

GoogleCodeExporter commented 9 years ago
Hi,

Thanks a lot! The patches are OK, would you like to commit them yourselves? 
There are a few things that need to be changed:

- use spaces instead of tabs
- formatting is changed a bit (Eclipse should mark what needs to be changed if 
configured as described at 
http://h2database.com/html/build.html#providing_patches)
- unnecessary 'o = null'
- missing change log entry
- missing documentation in features.html

Original comment by thomas.t...@gmail.com on 4 Mar 2011 at 2:47

GoogleCodeExporter commented 9 years ago
Here my patch. If you are interested in committing it yourself please tell me!

Original comment by thomas.t...@gmail.com on 4 Mar 2011 at 2:49

Attachments:

GoogleCodeExporter commented 9 years ago
You are welcome ;-)
Just patch it by yourself. I have some problem with Eclipse formating xml 
import, so I am not able to commit with right formatting (sorry for this).

Original comment by bedla.cz...@gmail.com on 4 Mar 2011 at 5:11

GoogleCodeExporter commented 9 years ago
No problem! It is committed now.

Original comment by thomas.t...@gmail.com on 5 Mar 2011 at 8:57

GoogleCodeExporter commented 9 years ago

Original comment by thomas.t...@gmail.com on 5 Mar 2011 at 8:57

GoogleCodeExporter commented 9 years ago
Version 1.3.153

Original comment by thomas.t...@gmail.com on 25 Mar 2011 at 7:23