Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
6
for
trunk/UDataTypes.pas
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jan 20, 2015, 12:31:24 AM (
10 years
ago)
Author:
chronos
Message:
Added: Allow to create multiple database connections and set their parmaters.
Added: Defined database engines to support various database backends. Each supports different set of field data types.
File:
1 edited
trunk/UDataTypes.pas
(modified)
(
3 diffs
)
Legend:
Unmodified
Added
Removed
trunk/UDataTypes.pas
r4
r6
6
6
7
7
uses
8
Classes, SysUtils, UDatabase
;
8
Classes, SysUtils, UDatabase
, Contnrs
;
9
9
10
10
type
…
…
111
111
TFieldMapPosition = class(TFieldTypeSpecific)
112
112
end;
113
114
113
115
114
const
…
…
263
262
end;
264
263
265
266
267
264
end.
268
265
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive