gambas-source-code/main/lib/db/gb.db
gambas 4e50dec11d Work continues on new JIT system. Translation is now done at runtime.
[INTERPRETER]
* OPT: String routines are now compiled with -O3.
* NEW: Don't display JIT debugging message unless GB_JIT_DEBUG is set to something different from zero.
* NEW: String whose length is greater than 256 now have a growth step of 256 bytes instead of 16.

[GB.JIT]
* NEW: Do many global optimizations as now the class metadata is fully available.
* NEW: Support for optional argument. Still buggy at the moment.
2018-06-09 22:42:35 +02:00
..
.src Correctly initialize Connection object from Connections collection when that connection has been switched between sqlite and non-sqlite type from the IDE. 2018-01-14 23:16:03 +01:00
.component SqlRequest.Where() method now implicitely uses the AND operator. 2017-09-15 00:27:32 +02:00
.directory [ARCHIVER] 2009-07-18 15:50:51 +00:00
.icon.png Update many project configuration files. 2018-03-16 14:13:21 +01:00
.project Update many project configuration files. 2018-03-16 14:13:21 +01:00
.settings Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
.startup [GB.TERM.FORM] 2017-08-26 20:25:52 +02:00