The MonetDB team at CWI/MonetDB BV is pleased to announce the
Apr2012-SP1 bugfix release of the MonetDB suite of programs.
More information about MonetDB can be found on our website at
http://www.monetdb.org/.
For details on this release, please see the release notes at
<http://www.monetdb.org/Downloads/ReleaseNotes>.
As usual, the download location is <http://dev.monetdb.org/downloads/>.
Apr 2012-SP1 bugfix release
Build Environment * Windows: we now use OpenSSL 1.0.1b.
SQL * Databases that were upgraded from the Aug2011
release have an error in the catalog for SQL
procedures. This is now fixed.
Merovingian * Fixed a bug where connecting to a stopped
multiplex-funnel would result in a 'there are no
available connections' error.
MonetDB Common * Implemented MT_getrss for Mac OS X systems, this
allows the server to know about how much memory is
currently in use.
Bug Fixes * 2454: SQL: add various statistical functions
* 2916: non admin user cannot create temporary tables
* 2949: SQL exception during execution of a correct
user defined function that just returns a relation
table constructed by a simple SQL select query
* 2958: Grant does't work with schema syntax
* 2960: mclient terminates connection during insertion
of a large number of records from a file
* 2972: SQL URL functionality contains errors
* 2987: Broken type inference when using sql round
* 2992: SQL module truncates DECIMALS when passing
integers to MAL module
* 3000: Inconsistency between read-only and read-write
modes after dropping a schema
* 3028: Segmentation fault in
seqscan_eq_bte_bte_tloc_void_void
* 3046: mserver5 terminates with segmentation fault
* 3063: datacell functions no longer work after
restart of database
* 3072: Database upgrade from Dec2011 to Apr2012
broken for storage()
* 3073: VERY slow foreign key check (due to missing
batcalc.isnil() ?)
* 3074: Name resolution in procedures
* 3077: No errors on UDF returning table with too many
columns
* 3079: Converting an Oracle schema DDL for MonetDB
fails to create a column named "no".
Dear All,
I have trouble to install the right PCRE lib on my SUSE box.
The server has an old PCRE 7.8 installed. I compiled my own PCRE 8.3 version with UTF-8 enabled.
Then set up the env variables pcre_LIBS, pcre_CFLAGS, PKG_CONFIG_PATH,
but the ./configure sitll complain utf-8 supported no.
Which version I should install on the SUSE box?
Thanks for any hint/help
Best Regards,
Hualin
I have created a new stable branch for the next feature release. This
branch was created in order to stabilize the code before the feature
release.
From now on *only* bug fixes may go to this new stable branch. I
reserve the right to undo any changes that do not comply with this
rule. I also reserve the right to admit changes that are not strictly
bug fixes.
The name for the branch is Jun2012. So in each of your stable
checkout directories you can do
hg pull
hg update -rJun2012
to update to this new branch.
--
Sjoerd Mullender
Niels,
On 16-05-2012 22:49:30 +0200, Niels Nes wrote:
> Changeset: f450300984b8 for MonetDB
> URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f450300984b8
> @@ -20,12 +20,12 @@ Ready.
>
> % . # table_name
> % single_value # name
> -% char # type
> +% any # type
> % 0 # length
> [ NULL ]
If the "any" type now boils up to the clients, we need to fix/change the
APIs too, to understand this type and in some cases do something
sensical with it. JDBC will barf on it currently, IIRC.
Would it be possible to use an existing type for NULL when it has no
type at the stage where it is sent back to the client (like
exportResult)?
Fabian