Download List

Projeto Descrição

Qore PostgreSQL Module is a DBI driver module for
the Qore programming language to communicate with
PostgreSQL databases. The PostgreSQL driver
transparently handles client and server character
encodings, supports multi-threading, transaction
management, stored procedure execution, and more.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-10-29 05:20
2.0

Esta versão adiciona principais novos recursos quando construído contra 0.8.6+ do Qore, incluindo suporte para o preparado instrução API (a classe SQLStatement) e a nova API de opção de DBI, suporte para o novo tipo de dados numéricos arbitrários Qore 0.8.6 e a capacidade de definir regras de fuso horário do servidor no cliente para garantir o suporte de data/tempo próprio ao se comunicar com um servidor de DB em um fuso horário diferente.
Tags: major new features
This release adds major new features when built against Qore 0.8.6+, including support for the prepared statement API (the SQLStatement class) and the new DBI option API, support for the new arbitrary-numeric data type added in Qore 0.8.6, and the ability to set server-side timezone rules in the client to ensure proper date/time support when communicating with a DB server in a different timezone.

2011-12-17 07:08
1.0.6

O módulo foi atualizado para compilar com apenas arquivos de cabeçalho de cliente; anteriormente, cabeçalhos do servidor foram necessários. Além disso, o módulo foi atualizado para construir para Windows e algumas correções de compilação foram feitas para distribuições Linux mais recentes.
Tags: Build fixes
The module was updated to compile with only client header files; previously, server headers were needed as well. Furthermore, the module was updated to build for Windows and some build fixes were made for newer Linux distributions.

2010-06-20 04:17
1.0.5

O módulo pgsql foi atualizado para usar Qore 0.8.0 APIs para ligação e recuperar informações de fuso horário e manter a resolução de microsegundos, com valores de data / hora. Além disso, o Datasource: execRaw () e DatasourcePool: execRaw () são agora suportadas e um bug foi corrigido no código que informa a versão do módulo.
Tags: updated to new APIs
The pgsql module has been updated to use qore 0.8.0 APIs for binding and retrieving time zone information and to maintain microsecond resolution with date/time values. Additionally, the Datasource::execRaw() and DatasourcePool::execRaw() methods are now supported and a bug was fixed in the code that reports the module's version.

2009-07-21 01:40
1.0.4

Suporte foi adicionado para substituir a porta de conexão com a fonte de dados e classes DatasourcePool quando compilado contra Qore 0.7.6 ou superior. Um bug foi corrigido na interpretação dos dados numéricos em MSB (big endian) máquinas, e um outro bug foi corrigido análise de códigos de substituição de consulta em formato de texto SQL.
Tags: Minor bugfixes, Minor feature enhancements
Support was added for overriding the connection port with the Datasource and DatasourcePool classes when compiled against qore 0.7.6 or greater. A bug was fixed interpreting NUMERIC data on MSB (big endian) machines, and another bug was fixed parsing query substitution format codes in SQL text.

2009-04-04 02:15
1.0.3

Esta versão corrige um bug retornando valores numéricos quando o valor significativo foi dado como um número redondo múltiplo de 10.000 devido a um erro de decodificação de dados internas binário do servidor PostgreSQL.
This release fixes a bug returning numeric values when the significant value was given as a round number multiple of 10,000 due to an error decoding internal binary data from the PostgreSQL server.

Project Resources