Revīziju vēsture

Autors SHA1 Ziņojums Datums
  ondrej 8a4e8b3846 sql parser: support CASE with selector (CASE A WHEN 1 THEN B ELSE C END) 5 gadi atpakaļ
  ondrej 6659ca26e5 sql parser: support "SELECT 'a' 'b'" syntax (MSSQL) 5 gadi atpakaļ
  ondrej b78e750655 sql parser: support functions with identifier path (MSSQL) 5 gadi atpakaļ
  ondrej 7d4dd4f12c sql parser: fallback for all parser keywords to identifiers/functions if they are used in an expression (e.g. LEFT was affected) 5 gadi atpakaļ
  ondrej 72e2a99b1f sql parser: add source position information to element lists 5 gadi atpakaļ
  ondrej 8a8b053d2b sql parser: support SELECT without a FROM clause 5 gadi atpakaļ
  ondrej b473b7b5af sql parser: fix source position 5 gadi atpakaļ
  ondrej c1ca0c30ea sql parser: fix A*B, A/B and add tests 5 gadi atpakaļ
  ondrej 928a1da500 sql parser: support A.* syntax 5 gadi atpakaļ
  ondrej abea9b678f sql parser: unify identifier path code 5 gadi atpakaļ
  ondrej d091cfac78 sql parser: support CASE expression 5 gadi atpakaļ
  ondrej 23562f00ee sql parser: support LIMIT for FireBird/MSSQL/Postgres/MySQL 5 gadi atpakaļ
  ondrej ffe7475cb4 sql parser: support []-identifiers 5 gadi atpakaļ
  ondrej 431ac990a1 sql parser: add test for SQL generation of fields with path 5 gadi atpakaļ
  ondrej 24571f17f2 sql parser: support field with schema 5 gadi atpakaļ
  ondrej 2889615156 sql parser: change Functions to Properties for better debugging 5 gadi atpakaļ
  ondrej 265a76aa02 sql parser: support table with schema 5 gadi atpakaļ
  ondrej 6c765aa9ab TCustomBufDataset: set PacketRecords to 1 only on a UniDirectional dataset 5 gadi atpakaļ
  florian 98dd1d7421 record only, already merged with early commits 4 gadi atpakaļ
  Michael VAN CANNEYT 006e1cec96 * Refer to mainunit for lazarus IDE 2 gadi atpakaļ
  Michael VAN CANNEYT e7ef77bcbe * Refer to mainunit for lazarus IDE 2 gadi atpakaļ
  Michaël Van Canneyt 126fbc4dfe * Add TDateTimeHelper by Colin Johnsun. Fixes issue #40097 2 gadi atpakaļ
  Michael Van Canneyt 7a9d858aa6 * Date/Time info for files (Delphi compatibility) 2 gadi atpakaļ
  florian 117dce6e78 + initial implementation of path dependent IsFileNameCaseSensitive/IsFileNameCasePreserving functions for darwin 4 gadi atpakaļ
  florian 1202d9d492 * statx based Sysutils.FileGetDate with handle fixed 4 gadi atpakaļ
  florian dcde27b8c6 * renamed new syscall wrapper in linux to be consist with the others 4 gadi atpakaļ
  florian afccc19a9e * properly check for linux version supporting statx 4 gadi atpakaļ
  pierre 9ca5ae9039 Add code to test Linux version, try statx syscall only if version is >= to 4.11 4 gadi atpakaļ
  florian 934765fc0b * linux: FileGetDate makes use of statx if needed 4 gadi atpakaļ
  florian 3ab27ec1c8 * sysutils on linux uses only the new syscalls if the system has no suitable clong type 4 gadi atpakaļ