|
@@ -2485,73 +2485,3 @@ begin
|
|
|
Changed;
|
|
|
end;
|
|
|
|
|
|
-{
|
|
|
- $Log: fields.inc,v $
|
|
|
- Revision 1.34 2005/05/12 18:52:32 michael
|
|
|
- - Patch from Jesus Reyes:
|
|
|
- * TFloatField.SetAsString doesn't look at DecimalSeparator for
|
|
|
- converting a string into a Float
|
|
|
- * TBooleanField.SetAsString won't accept an empty string as a valid
|
|
|
- value, also the patch allows strings as T, F or any starting
|
|
|
- substring of DisplayValues to be accepted.
|
|
|
-
|
|
|
- Revision 1.33 2005/04/26 16:48:58 michael
|
|
|
- * Some patches from Uberto Barbini
|
|
|
- + TLoginEvent more Delphi compatible (D5 and bigger).
|
|
|
- * AsCurrency Property for TField.
|
|
|
-
|
|
|
- Revision 1.32 2005/04/26 15:45:30 michael
|
|
|
- + Patch from Sergey Smirnov to fix TTimeField.AsString
|
|
|
-
|
|
|
- Revision 1.31 2005/04/16 10:02:13 michael
|
|
|
- + Patch to show/enter alternate charsets in grid editor.
|
|
|
-
|
|
|
- Revision 1.30 2005/04/10 22:18:43 joost
|
|
|
- Patch from Alexandrov Alexandru
|
|
|
- - implemented TDataset.BindFields
|
|
|
- - master-detail relation implemented
|
|
|
- - improved variant-support for fields
|
|
|
- - implemented TField.Assign and TField.AssignValue
|
|
|
-
|
|
|
- Revision 1.29 2005/04/04 07:30:51 michael
|
|
|
- + Patch from Jesus reyes to notify changes to DisplayFormat
|
|
|
-
|
|
|
- Revision 1.28 2005/03/23 08:17:51 michael
|
|
|
- + Several patches from Jose A. Rimon
|
|
|
- # Prevents "field not found" error, when use a query without the primary key
|
|
|
- Set SQLlen of different data types
|
|
|
- Use AliasName instead of SQLname to avoid "duplicate field name" error, for
|
|
|
- example when using "coalesce" more than once
|
|
|
- use SQLScale in ftLargeInt to get actual values
|
|
|
- Send query to server with different lines. Provides line info in sqlErrors
|
|
|
- and allows single line comments
|
|
|
-
|
|
|
- Revision 1.27 2005/03/15 22:44:22 michael
|
|
|
- * Patch from Luiz Americo
|
|
|
- - fixes a memory leak in TBlobField.GetAsString
|
|
|
-
|
|
|
- Revision 1.26 2005/03/01 14:00:53 joost
|
|
|
- - Fix to avoid scientific format in TDBCFields from Jesus Reyes
|
|
|
-
|
|
|
- Revision 1.25 2005/02/28 16:19:07 joost
|
|
|
- - Boolean fields are wordbool's now
|
|
|
-
|
|
|
- Revision 1.24 2005/02/16 09:31:58 michael
|
|
|
- - Remove TTimeField and TDateField GetDataSize functions since both are exactly
|
|
|
- equal to their ancestor: TDateTimeField.GetDataSize
|
|
|
- - TAutoInc fields are set to ReadyOnly on create
|
|
|
- - In TFieldDef.CreateField the presence of faReadyOnly in Attributes is respected
|
|
|
-
|
|
|
- Revision 1.23 2005/02/14 17:13:12 peter
|
|
|
- * truncate log
|
|
|
-
|
|
|
- Revision 1.22 2005/02/07 11:22:23 joost
|
|
|
- - Implemented TField.DisplayName
|
|
|
-
|
|
|
- Revision 1.21 2005/01/12 10:29:54 michael
|
|
|
- * Patch from Joost Van der Sluis:
|
|
|
- - removed some duplicate definitions
|
|
|
- - restructured SetDataset
|
|
|
- - implemented UpdateMode, ProviderFlags
|
|
|
-
|
|
|
-}
|