[hibernate-commits] [hibernate/hibernate-core] a8c578: renamed the old SQLServerDialect unit tests to SQL...

noreply at github.com noreply at github.com
Fri Dec 3 10:49:53 EST 2010


Branch: refs/heads/3.6
Home:   https://github.com/hibernate/hibernate-core

Commit: a8c578b408f5b916b449c0694067cf64871ac7d5
    https://github.com/hibernate/hibernate-core/commit/a8c578b408f5b916b449c0694067cf64871ac7d5
Author: Yoryos Valotasios <valotas at gmail.com>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  A core/src/test/java/org/hibernate/dialect/SQLServer2005DialectTestCase.java
  R core/src/test/java/org/hibernate/dialect/SQLServerDialectTestCase.java

Log Message:
-----------
renamed the old SQLServerDialect unit tests to SQLServer2005DialectTestCase


Commit: 11169d6e697f75c982ae3c0ac8e59d4394daa998
    https://github.com/hibernate/hibernate-core/commit/11169d6e697f75c982ae3c0ac8e59d4394daa998
Author: Yoryos Valotasios <valotas at gmail.com>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  A core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

Log Message:
-----------
SQLServer2005Dialect: supports sql server 2005 but not 2000


Commit: 6e9abbb830719108bfd5faa152f18bc7ff1ee7fc
    https://github.com/hibernate/hibernate-core/commit/6e9abbb830719108bfd5faa152f18bc7ff1ee7fc
Author: Yoryos Valotasios <valotas at gmail.com>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/Dialect.java
  M core/src/main/java/org/hibernate/dialect/TypeNames.java

Log Message:
-----------
Make use of generics for the Dialect and TypeNames class


Commit: 2d0cdf4b25b14fce7384324bdb70cca4fce7078e
    https://github.com/hibernate/hibernate-core/commit/2d0cdf4b25b14fce7384324bdb70cca4fce7078e
Author: Yoryos Valotasios <valotas at gmail.com>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

Log Message:
-----------
HHH-3965 fix, make use of varbinary(max) and varchar(max)


Commit: 9d748d2ab58528398f22c672cb5fb8e511055e3f
    https://github.com/hibernate/hibernate-core/commit/9d748d2ab58528398f22c672cb5fb8e511055e3f
Author: Yoryos Valotasios <valotas at gmail.com>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

Log Message:
-----------
HHH-3965: registered some more columntypes as varchar(max) and varbinary(max)


Commit: 22a07d209dbbbabada773c653a5cf2f3facf8f85
    https://github.com/hibernate/hibernate-core/commit/22a07d209dbbbabada773c653a5cf2f3facf8f85
Author: Yoryos Valotasios <valotas at gmail.com>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

Log Message:
-----------
Added comments. The dialect should also fix HHH-3936


Commit: 77ad1cf10654c916bcd918237456923a8ff0a181
    https://github.com/hibernate/hibernate-core/commit/77ad1cf10654c916bcd918237456923a8ff0a181
Author: Yoryos Valotasios <valotas at gmail.com>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

Log Message:
-----------
SQLServer2005Dialect: Added @Override to the supportsVariableLimit method


Commit: 7df41185c5793cc8a3f7b7cb1c8b3b575ffa8e9d
    https://github.com/hibernate/hibernate-core/commit/7df41185c5793cc8a3f7b7cb1c8b3b575ffa8e9d
Author: Yoryos Valotasios <valotas at gmail.com>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/Dialect.java

Log Message:
-----------
Dialect: Improved exception messages by adding the dialect class name


Commit: 480ae72db617257e0d708a8c33fd8b3d3cd58d0e
    https://github.com/hibernate/hibernate-core/commit/480ae72db617257e0d708a8c33fd8b3d3cd58d0e
Author: Yoryos Valotasios <valotas at gmail.com>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

Log Message:
-----------
SQLServer2005Dialect: modifications in order to support variable limit


Commit: 91e93fd617630dd5a3514fadac78e0f16eef39d8
    https://github.com/hibernate/hibernate-core/commit/91e93fd617630dd5a3514fadac78e0f16eef39d8
Author: Yoryos Valotasios <valotas at gmail.com>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

Log Message:
-----------
Added some comments


Commit: 8040c6e32d377b1766c023c6ee59143b22e16f69
    https://github.com/hibernate/hibernate-core/commit/8040c6e32d377b1766c023c6ee59143b22e16f69
Author: Yoryos Valotasios <valotas at gmail.com>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

Log Message:
-----------
SQLServer2005Dialect: Moved the small methods on top of the class


Commit: 5cfdbc7c22712f2dd24d6eed217854d8e1e3379e
    https://github.com/hibernate/hibernate-core/commit/5cfdbc7c22712f2dd24d6eed217854d8e1e3379e
Author: Yoryos Valotasios <valotas at gmail.com>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

Log Message:
-----------
SQLServer2005Dialect: removed useless commented code


Commit: 6bd9bb8ba29a73f6793ed0a70e10d273293720e3
    https://github.com/hibernate/hibernate-core/commit/6bd9bb8ba29a73f6793ed0a70e10d273293720e3
Author: Yoryos Valotasios <valotas at gmail.com>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

Log Message:
-----------
SQLServer2005Dialect: Made some comments more specific


Commit: 7f1ba7494753de0fcc60590243a5a0a66484b986
    https://github.com/hibernate/hibernate-core/commit/7f1ba7494753de0fcc60590243a5a0a66484b986
Author: Strong Liu <stliu at hibernate.org>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/SQLServerDialect.java
  M core/src/main/java/org/hibernate/dialect/resolver/StandardDialectResolver.java

Log Message:
-----------
update StandardDialectResolver to return correct dialect for ms sql server


Commit: 722a1b385166845a6594697de9dbab6983fc9575
    https://github.com/hibernate/hibernate-core/commit/722a1b385166845a6594697de9dbab6983fc9575
Author: Strong Liu <stliu at hibernate.org>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java
  M core/src/test/java/org/hibernate/dialect/SQLServer2005DialectTestCase.java

Log Message:
-----------
HHH-5726 update test case


Commit: 1b9f41fd5f7f88f4e9dd87f88726a18a08fcd6f0
    https://github.com/hibernate/hibernate-core/commit/1b9f41fd5f7f88f4e9dd87f88726a18a08fcd6f0
Author: Strong Liu <stliu at hibernate.org>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M documentation/manual/src/main/docbook/en-US/content/configuration.xml

Log Message:
-----------
update document for the new adding dialect and also updated some steal dialect info


Commit: 5b318b4aaf83e30151d75e14732db158a1075b45
    https://github.com/hibernate/hibernate-core/commit/5b318b4aaf83e30151d75e14732db158a1075b45
Author: Strong Liu <stliu at hibernate.org>
Date:   2010-12-03 (Fri, 03 Dec 2010)

Changed paths:
  M core/src/main/java/org/hibernate/dialect/SQLServerDialect.java

Log Message:
-----------
HHH-5725 rollback SqlServerDialect




More information about the hibernate-commits mailing list