mORMot and Open Source friends
Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

20 most recent timeline items

2013-05-24
14:34
[7e03c16197] Leaf: updated documentation about REGEXP new SQLite3 operator (user: abouchez, tags: trunk)
14:21 • Fixed ticket [659d1df866]: Register REGEXP function to SQLite3 plus 3 other changes (user: ab)
09:49
[b67ddd1d82]
  • added SQLITE3_FASTCALL conditional (shared by SQLite3 related units) in Synopse.inc instead of former per-unit defined USEFASTCALL
  • new unit SynSQLite3RegEx.pas and CreateRegExFunction() function which will declare a REGEX SQL function to be used in SQlite3 statements - implements feature request [659d1df866]
(user: abouchez, tags: trunk)
2013-05-23
14:50 • Ticket [659d1df866] Register REGEXP function to SQLite3 status still Open with 1 other change (user: ab)
... 2 similar events omitted.
08:07
[be91367e37] re-enable stack trace logging when an exception is intercepted (fix regression introduced recently) (user: abouchez, tags: trunk)
08:05 • Ticket [659d1df866] Register REGEXP function to SQLite3 status still Open with 1 other change (user: anonymous)
... 2 similar events omitted.
07:10 • Edit 4f4c1de9a2441eb0: Edit check-in comment. (user: ab)
06:59 • New ticket [659d1df866] Register REGEXP function to SQLite3. (user: anonymous)
06:54
[31787b3495] faster PosEx() function in pure pascal mode (based on Avatar Zondertau work) - latest commit did not include the modification :) (user: abouchez, tags: trunk)
06:39
[4f4c1de9a2] fixed compilation issue on newer Delphi versions (user: abouchez, tags: trunk)
2013-05-22
14:49 • Fixed ticket [4cafc41f67]: add OnUpdateBlobEvent to the TSQLRestServer plus 2 other changes (user: ab)
14:02
[a0324142e0]
  • now TSQLRestServerStaticExternal will call TSQLRestServer.OnUpdateEvent and OnBlobUpdateEvent callbacks, if defined (even in BATCH mode)
  • BatchDelete() will now split its batch statement executed following TSQLDBConnectionProperties.BatchMaxSentAtOnce property expectations
(user: abouchez, tags: trunk)
13:53
[875b096835] code should better use Props.RegisterCustomFixedSizeRecordProperty() method now (user: abouchez, tags: trunk)
13:53
[85f42707ec]
  • new TSQLRestServer.OnBlobUpdateEvent: TNotifyFieldSQLEvent event handler to implement feature request [4cafc41f67]
  • added TSQLPropInfo.PropertyIndex member
  • added TSQLRecordProperties.BlobFieldsBits field index map and new TSQLRecordProperties.FieldIndexsFromBlobField() method
  • added TSQLRecordProperties.RegisterCustomFixedSizeRecordProperty() and RegisterCustomRTTIRecordProperty() methods
(user: abouchez, tags: trunk)
2013-05-21
12:55 • Ticket [4cafc41f67] add OnUpdateBlobEvent to the TSQLRestServer status still Open with 3 other changes (user: ab)
12:22
[e7517d9658] updated documentation about using static in-memory Virtual tables from the client side (user: abouchez, tags: trunk)