Historique des commits

Auteur SHA1 Message Date
  Jinzhu 215f5e7765 Add Raw, Row, Rows il y a 4 ans
  Jinzhu fab7d96da5 Add DataTypeOf for dialector il y a 4 ans
  Jinzhu f0d514e330 Cleanup il y a 4 ans
  jaden 79a77d771d go.mod: remove unnecessary dependences through upgrade go-mssqldb (#2795) il y a 4 ans
  Jinzhu 11e2819f44 Extract parseInt il y a 4 ans
  zaneli 23f6840776 Add limit and offset parse error il y a 4 ans
  Alex Stockwell 820b5f244a MSSQL Create() fix: Add LastInsertIDReturningSuffix to dialect (#2690) il y a 4 ans
  zaneli 09a868b381 Handle syntax to specify an index prefix length il y a 5 ans
  Eyal Posener 123d4f50ef lock TagSettings structure when modified (#1796) il y a 5 ans
  Louis Brauer dbb25e9487 Adding json type for mssql dialect, similar to postgres.Jsonb (#1934) il y a 5 ans
  Olga Kleitsa 82eb9f8a5b included actual sql query to discover fi foreign key with the same name exists in a specific table of the database in use (#1896) il y a 6 ans
  Jinzhu 3b2c4b3608 Fix insert with default value for mysql il y a 6 ans
  Giuseppe 706b8f55da Use brackets for quoting (#1736) il y a 6 ans
  Jinzhu ae509ab237 Port AUTO_INCREMENT false support to mssql il y a 6 ans
  Jinzhu 89a726ce5d Move ModifyColumn implemention to Dialect il y a 6 ans
  Jinzhu 87fc1b2473 Refactor PR #1751 il y a 6 ans
  Jinzhu 969ab67636 [mssql] Fix save time struct's timezone il y a 6 ans
  Jinzhu 717654b31c Merge pull request #1420 from ModelRocket/master il y a 7 ans
  Rob Rodriguez bae0799bd8 Adding better binary type support for common SQL dialects il y a 7 ans
  Jinzhu a870874bb5 Accept 0 as a value for Limit, Offset il y a 7 ans
  Jinzhu 2a041971f9 Change bind var to 24652$ to avoid possible confliction il y a 7 ans
  Jinzhu 5730b92954 Fix tests with mssql il y a 7 ans
  John Mick 66982a7047 Remove SET_IDENTITY_INSERT for transactions in MS SQL il y a 7 ans
  Russ Egan 45f1a95051 Replace all use of *sql.DB with sqlCommon il y a 7 ans
  Craig Peterson c3276eb221 fix issue with mssql NEXT option. il y a 7 ans
  Jinzhu a3b8b332ed Allow customize data type via ParseFieldStructForDialect il y a 7 ans
  Jinzhu b507cdf93d Expose current database name API il y a 8 ans
  Jay Taylor 1485f4bce9 Use validated interface{} for limit/offset values to ensure values greater than il y a 8 ans
  Jinzhu f926dd9f9f Revert "Use int64 for limit/offset values to ensure values > 32-bit int are addressable." il y a 8 ans
  Jay Taylor 9b0fb2feb9 Use int64 for limit/offset values to ensure values greater than max 32-bit il y a 8 ans