|
1 | 1 | ## 2.1.0
|
2 | 2 |
|
3 | 3 | ### Milestones
|
| 4 | + |
4 | 5 | 1. Sharding-Proxy launch. Support the use of Sharding-JDBC in the form of database to support for MySQL CLI and GUI client
|
5 | 6 |
|
6 | 7 | ### New Features
|
|
9 | 10 | 1. [ISSUE #501](https://github.com/shardingjdbc/sharding-jdbc/issues/501) Support OR statement
|
10 | 11 |
|
11 | 12 | ### Enhancements
|
| 13 | + |
12 | 14 | 1. [ISSUE #608](https://github.com/shardingjdbc/sharding-jdbc/issues/608) Support the USE statement of MySQL
|
13 | 15 | 1. [ISSUE #609](https://github.com/shardingjdbc/sharding-jdbc/issues/609) Support the SHOW statement of MySQL
|
14 | 16 | 1. [ISSUE #610](https://github.com/shardingjdbc/sharding-jdbc/issues/610) Optimize the DQL that does not contain a table name
|
|
21 | 23 | 1. [ISSUE #773](https://github.com/shardingjdbc/sharding-jdbc/issues/773) Support sharding and autoincrement primary key of INSERT statements without column names
|
22 | 24 |
|
23 | 25 | ### Bug Fixes
|
| 26 | + |
24 | 27 | 1. [ISSUE #628](https://github.com/shardingjdbc/sharding-jdbc/issues/628) Support data type jsonb for PostgreSQL
|
25 | 28 | 1. [ISSUE #646](https://github.com/shardingjdbc/sharding-jdbc/issues/646) When aliases in SELECT ITEMS correspond to the real column names of GROUP BY or ORDER BY, there is no need to add columns
|
| 29 | +1. [ISSUE #806](https://github.com/shardingjdbc/sharding-jdbc/issues/806) SQL parse error with `NOT IN` |
26 | 30 |
|
27 | 31 | ## 2.0.3
|
28 | 32 |
|
29 | 33 | ### Enhancements
|
| 34 | + |
30 | 35 | 1. [ISSUE #600](https://github.com/shardingjdbc/sharding-jdbc/issues/600) Support TCL
|
31 | 36 |
|
32 | 37 | ### Bug Fixes
|
| 38 | + |
33 | 39 | 1. [ISSUE #522](https://github.com/shardingjdbc/sharding-jdbc/issues/522) The slave database does not need to execute the DDL statement for read-write separation
|
34 | 40 | 1. [ISSUE #540](https://github.com/shardingjdbc/sharding-jdbc/issues/540) Support SQLs that the alias is the keyword
|
35 | 41 | 1. [ISSUE #577](https://github.com/shardingjdbc/sharding-jdbc/issues/577) Support newline for YAML configuration
|
36 | 42 |
|
37 | 43 | ## 2.0.2
|
38 | 44 |
|
39 | 45 | ### Enhancements
|
| 46 | + |
40 | 47 | 1. [ISSUE #475](https://github.com/shardingjdbc/sharding-jdbc/issues/475) Support CREATE INDEX
|
41 | 48 | 1. [ISSUE #525](https://github.com/shardingjdbc/sharding-jdbc/issues/525) Support DROP INDEX
|
42 | 49 |
|
43 | 50 | ### Bug Fixes
|
| 51 | + |
44 | 52 | 1. [ISSUE #520](https://github.com/shardingjdbc/sharding-jdbc/issues/520) When the partition table is introduced, the exception type is no longer DuplicateKeyException when the unique key conflict occurs
|
45 | 53 | 1. [ISSUE #521](https://github.com/shardingjdbc/sharding-jdbc/issues/521) ShardingProperties is invalid in YAML configuration
|
46 | 54 | 1. [ISSUE #529](https://github.com/shardingjdbc/sharding-jdbc/issues/529) Table name capitalization cannot be queried
|
|
52 | 60 | ## 2.0.1
|
53 | 61 |
|
54 | 62 | ### Enhancements
|
| 63 | + |
55 | 64 | 1. [ISSUE #489](https://github.com/shardingjdbc/sharding-jdbc/issues/489) SpringName uses RuntimeBeanReference to prevent the creation of InnerBean
|
56 | 65 | 1. [ISSUE #496](https://github.com/shardingjdbc/sharding-jdbc/issues/496) Logical table names in sharding configuration can be case sensitive
|
57 | 66 | 1. [ISSUE #497](https://github.com/shardingjdbc/sharding-jdbc/issues/497) The registry center closes gracefully
|
58 | 67 |
|
59 | 68 | ### Bug Fixes
|
| 69 | + |
60 | 70 | 1. [ISSUE #490](https://github.com/shardingjdbc/sharding-jdbc/issues/490) Oracle using rownum greater than or equal to or less than or equal to the result of paging is incorrect
|
61 | 71 | 1. [ISSUE #491](https://github.com/shardingjdbc/sharding-jdbc/issues/491) Can't close connection by ResultSet.getStatement().getConnection().close()
|
62 | 72 |
|
@@ -359,4 +369,5 @@ Automatic generation key implementation, including
|
359 | 369 | 1. [ISSUE #38](https://github.com/shardingjdbc/sharding-jdbc/issues/38) The compatibility between JPA and Sharding-JDBC. JPA automatically add the column aliases of SELECT, resulting in ORDER BY obtaining ResultSet data only by aliases rather than column names
|
360 | 370 |
|
361 | 371 | ## 1.0.0
|
| 372 | + |
362 | 373 | 1. Initial version
|
0 commit comments