-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhistory.txt
100 lines (67 loc) · 2.92 KB
/
history.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
==============================================================================
15 Oct 2003
ver 4.01
Moved to http://www.fast-report.com/en/qbuilder.php
Fixes:
- Minor bug fixes
Changes:
- changes in OQB package names (was doqb40.dpk, now oqb40.dpk)
- changes in engines package names (was doqbfib40.dpk, now oqbfib40.dpk)
- changes in engine unit names (was oqbebde.pas, now qbebde.pas)
Additions:
- added design and run-time packages
- added ADO, IBX, DBX engines
- added packages for Delphi 5/6/7 and C++Builder 5/6
==============================================================================
07 Mar 1999
ver 4.0a
Fixes:
- SQL generating bug - ';' symbol in the end of SQL statement;
- some memory leaks are eliminated;
Changes:
- the process of generating SQL is moved to the base engine class TOQBEngine
in QBuilder.pas unit;
- all table and column names are converted to lowercase in the result
SQL statement;
Additions:
new components:
- TOQBEngineIBO - QBuilder Engine for accessing to InterBase via IBObjects;
- TOQBEngineFIB - QBuilder Engine for accessing to InterBase via FreeIBComponents;
new functionality:
- TOQBuilder component property property ShowButtons
for showing/hidding some dialog's toolbar buttons;
- using '*' for the short form of selecting all columns in tables on the
Design Pane;
- support of auto-generated table aliases/correlation names
(this option may be disabled by TOQBEngine property UseTableAliases);
- support of ordering by an aggregate column
( using of number of aggregate column, for example:
SELECT department, AVG(budget)
FROM department
GROUP BY department
ORDER BY 2
^^^^^^^^^^^^
);
==============================================================================
28 Feb 1999
ver. 4.0
The first version of Open QBuilder:
The new generation of QBuilder with separated data access engine components
architecture. This version included TOQBEngineBDE component to work with
any BDE data sources.
...................
==============================================================================
1998
Gimbal Software adopted QBuilder to IBObjects and included it into the Marathon -
the SQL Tool for InterBase.
==============================================================================
1997
The first public version of QBuidler for Delphi 3 was placed
on http://www.geocities.com/SiliconValley/Way/9006/
==============================================================================
1996
The first limited public version of QBuidler for Delphi 1&2
==============================================================================
1995
The fisrt (internal) version of QBuilder for Delphi 1
==============================================================================