[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r428] (HEAD) by progdigy

fix UUIDs

2013-02-01 15:31:55 Tree
[r427] by progdigy

fix UUIDs

2013-02-01 15:26:37 Tree
[r426] by pierrey

Firebird allows stored procedures with empty body but they cannot be used as dependencies. So I revert this change.

2012-11-09 15:37:10 Tree
[r425] by pierrey

UIBMetadata :
* Fixed a bug with loading table metadata introduced in previous commit
* Added support for NOT NULL in stored procedures parameters definition
* Added support for TYPE OF domain in stored procedures parameters definition
* Added support for COLLATE in stored procedures parameters definition (not tested)
* Creation of "empty" stored procedures can avoid making use of "exit;" or "suspend;" since Firebird 1.5

2012-11-09 15:00:03 Tree
[r424] by pierrey

Add support for DOMAINS in input/output fields of stored procedures.

/!\ The binary output dump file format created by TMetaDatabase.SaveToStream() has changed and thus will not stay compatible with versions generated by previous revisions of uibmetadata.pas ! /!\

2012-11-09 12:20:14 Tree
[r423] by pierrey

UIBMetadata : expose TMetaBaseField.Collation + make TMetaBaseField.CharSet and TMetaBaseField.Collation writeables.

2012-11-09 10:32:35 Tree
[r422] by progdigy

order by in unique constraints

2012-10-09 12:03:39 Tree
[r421] by progdigy

package update

2012-10-02 07:21:15 Tree
[r420] by pierrey

Bug: first element of BlobInfo structure is one byte char (AnsiChar to be compatible with Unicode versions of Delphi)

2012-06-27 15:12:52 Tree
[r419] by pierrey

Fixed a memory leak with TSQLParams when query contains several copies of the same named parameter (ex. where param1=:p or param2=:p)
Optimized TSQLParams.AllocateDataBuffer to avoid multiple initialization of duplicate named parameters.

2012-02-24 11:18:13 Tree
Older >