Download List

Projeto Descrição

PyFileMaker is a set of Python modules that makes it easy to access and modify data stored in a FileMaker Pro database.

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.

2005-06-29 20:00
1.2a4

Este lançamento acrescenta o 'self' para os parâmetros das funções clearParams. Sem ele, essas funções não poderiam ser chamados.
Tags: Code cleanup
This release adds 'self' into the parameters in the clearParams functions. Without it, those functions could not be called.

2003-10-02 16:55
1.2a3

Um bug onde a função doAction não iria repor o banco de dados e parâmetros de classificação foi corrigido. A função clearDBParams foi adicionado. A função clearSortParams foi adicionado.
Tags: Minor feature enhancements
A bug where the doAction function would not reset
the database and sort parameters was fixed. The
clearDBParams function was added. The
clearSortParams function was added.

2003-10-02 16:53
1.2a2

Newlines em valores de campo são preservados.
Tags: Minor feature enhancements
Newlines in field values are now preserved.

2003-10-02 16:38
1.2a1

Suporte para autenticação HTTP básica e senha de bases de dados protegidas foi adicionado. A função setPassword pode ser usado para esta finalidade. Um bug onde findall só iria retornar 25 registros foi corrigido.
Tags: Minor bugfixes
Support for basic HTTP authentication and password
protected databases was added. The setPassword
function can be used for this purpose. A bug where
findall would only return 25 records was fixed.

2003-10-02 16:18
1.1

Suporte para Mac OS X foi melhorado. As imagens são agora suportadas. Speed foi melhorado, passando de urllib para HttpLib.
Tags: Minor bugfixes
Support for Macintosh OS X was improved. Images
are now supported. Speed was improved by switching
from urllib to httplib.

Project Resources