Skip to content

Tag Archives: ingres

Using Ingres with Grails via a Hibernate DAO

The following is a (rough) translation of a post by Fátima Casaú Pérez I picked up via twitter. To see the original post go to http://blogs.salenda.es/fatima_casau/2009/09/30/inyectar-un-datasource-ingres-en-grails/: Recently I found the need to use a DAO data source based on an external library in my application. In fact a different data source from my application against [...]

  • Share/Bookmark

The SQL Guide to Ingres – Available via Amazon

I’ve been very remiss in not mentioning this before but there is now an Ingres book available!?!! I’ve not yet bought a copy (but will do the next time I am in the UK) and can not review it. Until I do get my hands on a copy the following is a description of the [...]

  • Share/Bookmark

Ingres JDBC Driver available through Maven

I am pleased to announce that the Ingres JDBC driver is now available via the central Maven repository. For those who don’t know, Maven is a dependency management and project lifecycle tool for Java projects. The hosting of the Ingres JDBC driver in the central repository raises the profile of the Ingres Database and should [...]

  • Share/Bookmark

PHP Ingres 2.2.1 released

The last release of the PHP driver introduced a regression where by the “EXECUTE PROCEDURE” or “CALL” SQL statements would fail to execute (PECL bug 16688). The bug slipped through the net due to missing tests for database procedures. This oversight has now been resolved and the fix has been rolled into a new release, [...]

  • Share/Bookmark

PHP Ingres 2.2.0 released

My record for monthly releases came to a grinding halt in March and for a good reason. At some point between December and February I introduced a series of regressions in to the driver code causing memory leaks and segmentation violations. I hope these have now all been fixed and as you can see from [...]

  • Share/Bookmark

UK IUA 2009 Call for Papers – Now Open!

Re-posting on behalf of the UK Ingres User Association: UK Ingres User Association Conference 2009 9th June 2009, London (TBC) www.iua.org.uk Outlines or abstracts for presentations on Ingres, OpenROAD, open source, or any other Ingres-related topics are welcome. The theme for this year’s event is Doing More With Even Less so any papers relating to [...]

  • Share/Bookmark

Queensland IUG looking to share your knowledge

Reproduced from comp.databases.ingres. The Queensland Ingres User Group has been active for twenty years now. Our web site is at www.qiug.org.au and contains details of previous events and copies of several of the presentations. We strive for five events per year. If you have an Ingres- or computer-related interest that you think would be of [...]

  • Share/Bookmark

PHP Ingres 2.1.0 released

Another month … (this is getting to be a habit): This update is implements several bits of new functionality as can seen from the CHANGELOG Add ingres.fetch_buffer_size to configure to the number of rows ingres_query() will fetch. Add ingres_charset() to fetch the installation II_CHARSETxx value Add ingres.describe ini setting to allow disabling of DESCRIBE INPUT [...]

  • Share/Bookmark

UK IUA – 2009 Call for Papers

Another re-post from comp.databases.ingres on behalf of the UK IUA committee. 2009 Call for Papers – Now Open! Ingres User Group UK Conference 2009 9th June 2009, London (TBC) www.iua.org.uk I would like to announce the UK IUA 2009 Call for Papers The theme for this year’s event is “Doing More With Even Less” so [...]

  • Share/Bookmark

PHP driver 2.0.2 released

Another month, another release. 2.0.2 is minor release fixing a couple of memory leaks and a SEGV. For your enjoyment, here is the complete CHANGELOG: – Fix corrupt Ingres MONEY to PHP DOUBLE conversions – Eliminate memory leak when ingres_free_result() is not called – Fix ingres_field_name() so it returns the correct column name – Fix [...]

  • Share/Bookmark