github.com/kunlun-qilian/sqlx/v3@v3.0.0/CHANGELOG.md (about)

     1  # Change Log
     2  
     3  All notable changes to this project will be documented in this file.
     4  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
     5  
     6  
     7  
     8  # [3.0.0](https://github.com/kunlun-qilian/sqlx/compare/v2.23.13...v3.0.0)
     9  
    10  ### Bug Fixes
    11  
    12  * **fix** 🐛 解决分区被当做索引处理问题 ([12d2768](https://github.com/kunlun-qilian/sqlx/commit/12d2768c34c134066b97fbb6e20c784d71065009))
    13  * **fix** 🐛 add alias ([cb4d72e](https://github.com/kunlun-qilian/sqlx/commit/cb4d72ef0e91031d2ca918446d24c42acd354731))
    14  
    15  
    16  ### Features
    17  
    18  * **feat** **BREAKING CHANGE** 🎸 切换 v3版本 ([8b18a10](https://github.com/kunlun-qilian/sqlx/commit/8b18a109c71e2733d0a4ae455c2ba5ed15e3ec27))
    19  * **feat** 🎸 本地化,与go-courier断联 ([e733d22](https://github.com/kunlun-qilian/sqlx/commit/e733d2200c63a7924d5b07e71186b4d7473a19d5))
    20  * **feat** 🎸 import third party json package ([33b4069](https://github.com/kunlun-qilian/sqlx/commit/33b40690d56eb2ecca17df446d4af9f2ae02c86e))
    21  * **feat** 🎸 修改pg indexes 查询方式 ([c4d4d95](https://github.com/kunlun-qilian/sqlx/commit/c4d4d957873a4268fd6bad79669be5d495d36d1e))
    22  * **feat** 🎸 优化 sql 样式 ([7550914](https://github.com/kunlun-qilian/sqlx/commit/75509148118c0c9bbbd52be12bb8b4701f0ef747))
    23  * **feat** 🎸 generate support partition ([c914a65](https://github.com/kunlun-qilian/sqlx/commit/c914a65d11559119a87d682c67f32ee85f0e755b))
    24  * **feat** 🎸 实现分区表 migrate ([9a54e38](https://github.com/kunlun-qilian/sqlx/commit/9a54e3862c05cec865203283ecf42e5f1ea7ca1b))
    25  
    26  
    27  
    28  # [2.23.8](https://github.com/go-courier/sqlx/compare/v2.23.7...v2.23.8)
    29  
    30  
    31  
    32  # [2.23.7](https://github.com/go-courier/sqlx/compare/v2.23.6...v2.23.7)
    33  
    34  ### Bug Fixes
    35  
    36  * **fix(builder):** EachStructField fix ([1b71e9b](https://github.com/go-courier/sqlx/commit/1b71e9bdc7c9f37643b6322f357e635d907c3066))
    37  
    38  
    39  
    40  # [2.23.6](https://github.com/go-courier/sqlx/compare/v2.23.5...v2.23.6)
    41  
    42  ### Bug Fixes
    43  
    44  * **fix(builder):** loc pollution fix ([ad35502](https://github.com/go-courier/sqlx/commit/ad355029c3a8816bdee796c5c382d0efaa69c0f5))
    45  
    46  
    47  
    48  # [2.23.5](https://github.com/go-courier/sqlx/compare/v2.23.4...v2.23.5)
    49  
    50  ### Bug Fixes
    51  
    52  * **fix(builder):** reflectx should use x/reflect ([7d69bea](https://github.com/go-courier/sqlx/commit/7d69bea5f35b39862a0cc1fde4d980ee7476d148))
    53  
    54  
    55  
    56  # [2.23.4](https://github.com/go-courier/sqlx/compare/v2.23.3...v2.23.4)
    57  
    58  ### Bug Fixes
    59  
    60  * **fix(builder):** TableFiels should store loc of model value ([41843c2](https://github.com/go-courier/sqlx/commit/41843c2b8d86f4354355efc1ecc68e7e93f83bb8))
    61  
    62  
    63  
    64  # [2.23.3](https://github.com/go-courier/sqlx/compare/v2.23.2...v2.23.3)
    65  
    66  ### Bug Fixes
    67  
    68  * **fix** revert expr from context ([8c9f485](https://github.com/go-courier/sqlx/commit/8c9f48583a347156d1d7d5b5f713f3cceca4a229))
    69  
    70  
    71  
    72  # [2.23.2](https://github.com/go-courier/sqlx/compare/v2.23.1...v2.23.2)
    73  
    74  
    75  
    76  # [2.23.1](https://github.com/go-courier/sqlx/compare/v2.23.0...v2.23.1)
    77  
    78  ### Bug Fixes
    79  
    80  * **fix(connectors/postgresql):** should have blank before index def ([b2601de](https://github.com/go-courier/sqlx/commit/b2601de9620b73151dd103acb38107ab1b1678cf))
    81  
    82  
    83  
    84  # [2.23.0](https://github.com/go-courier/sqlx/compare/v2.22.0...v2.23.0)
    85  
    86  ### Features
    87  
    88  * **feat** custom index def ([e5a928c](https://github.com/go-courier/sqlx/commit/e5a928c666d0234ecc5f1868afc7885e6477c94e))
    89  
    90  
    91  
    92  # [2.22.0](https://github.com/go-courier/sqlx/compare/v2.21.6...v2.22.0)
    93  
    94  ### Features
    95  
    96  * **feat** bump to golang 1.17 and deps updates ([17fcb58](https://github.com/go-courier/sqlx/commit/17fcb5811c03ca3ab2713030581586c5669115f6))
    97  
    98  
    99  
   100  # [2.21.4](https://github.com/go-courier/sqlx/compare/v2.21.3...v2.21.4)
   101  
   102  ### Bug Fixes
   103  
   104  * **fix** should ignore deprecated field value ([9d393eb](https://github.com/go-courier/sqlx/commit/9d393eb782d773ae2c7bce4abdfde0401770a4c1))
   105  
   106  
   107  
   108  # [2.21.3](https://github.com/go-courier/sqlx/compare/v2.21.2...v2.21.3)
   109  
   110  ### Bug Fixes
   111  
   112  * **fix** should ignore deprecated field value ([acdc920](https://github.com/go-courier/sqlx/commit/acdc9205aa14e11b0ef06f24226232d8d9fc2a52))
   113  
   114  
   115  
   116  # [2.21.2](https://github.com/go-courier/sqlx/compare/v2.21.1...v2.21.2)
   117  
   118  ### Bug Fixes
   119  
   120  * **fix** should UnwrapAll before db err check. ([6503ee0](https://github.com/go-courier/sqlx/commit/6503ee04c06eb296fcbc9c2e8b0abe5ad8ea263a))
   121  
   122  
   123  
   124  # [2.21.1](https://github.com/go-courier/sqlx/compare/v2.21.0...v2.21.1)
   125  
   126  ### Bug Fixes
   127  
   128  * **fix** driver connect issue when ctx pass may be cancel ([da0dbe4](https://github.com/go-courier/sqlx/commit/da0dbe4cbbdea220082fa6a6fa64a7b04edf7c22))
   129  
   130  
   131  
   132  # [2.21.0](https://github.com/go-courier/sqlx/compare/v2.20.5...v2.21.0)
   133  
   134  ### Features
   135  
   136  * **feat** drop logrus ([b4a9e7b](https://github.com/go-courier/sqlx/commit/b4a9e7ba17de52967d6d29064fa97cfee05a3383))
   137  
   138  
   139  
   140  # [2.20.5](https://github.com/go-courier/sqlx/compare/v2.20.4...v2.20.5)
   141  
   142  ### Bug Fixes
   143  
   144  * **fix(pg):** avoid gen invalid cmd ([42e911f](https://github.com/go-courier/sqlx/commit/42e911fcdfcba0f5501fa5878e0b2e9654f23fcb))
   145  
   146  
   147  
   148  # [2.20.4](https://github.com/go-courier/sqlx/compare/v2.20.3...v2.20.4)
   149  
   150  ### Bug Fixes
   151  
   152  * **fix(migration):** create table should dry run ([93c0b30](https://github.com/go-courier/sqlx/commit/93c0b304938fa4ef8971412891d77964f6c80f5a))
   153  
   154  
   155  
   156  # [2.20.3](https://github.com/go-courier/sqlx/compare/v2.20.2...v2.20.3)
   157  
   158  ### Bug Fixes
   159  
   160  * **fix(pg):** default number should be with quote and dataType ([4c0575b](https://github.com/go-courier/sqlx/commit/4c0575bf3cc9a1b03ee4715dd0fc9ffabebeb4ed))
   161  
   162  
   163  
   164  # [2.20.2](https://github.com/go-courier/sqlx/compare/v2.20.1...v2.20.2)
   165  
   166  ### Bug Fixes
   167  
   168  * **fix** pg comma fix ([9b52cbe](https://github.com/go-courier/sqlx/commit/9b52cbebed06597a72fe5feff207aacc1b803583))
   169  
   170  
   171  
   172  # [2.20.1](https://github.com/go-courier/sqlx/compare/v2.20.0...v2.20.1)
   173  
   174  ### Bug Fixes
   175  
   176  * **fix(migration):** log prev default value ([1cce629](https://github.com/go-courier/sqlx/commit/1cce629042e1877fcdb9c3f8304b00af547444cc))
   177  
   178  
   179  
   180  # [2.20.0](https://github.com/go-courier/sqlx/compare/v2.19.1...v2.20.0)
   181  
   182  ### Features
   183  
   184  * **feat** migration enhancement ([1fa4a9e](https://github.com/go-courier/sqlx/commit/1fa4a9e92cf79f359f3820763eeaad36b8666ea1))
   185  
   186  
   187  
   188  # [2.19.1](https://github.com/go-courier/sqlx/compare/v2.19.0...v2.19.1)
   189  
   190  ### Bug Fixes
   191  
   192  * **fix** enhance GetColumnName ([d7074af](https://github.com/go-courier/sqlx/commit/d7074af444c88c61f547a37636d294b18b94c0ee))
   193  
   194  
   195  
   196  # [2.19.0](https://github.com/go-courier/sqlx/compare/v2.18.2...v2.19.0)
   197  
   198  ### Features
   199  
   200  * **feat** alias tag for table join rename ([fc2ed04](https://github.com/go-courier/sqlx/commit/fc2ed0417fadb395d937b684bf31b1425051b924))
   201  
   202  
   203  
   204  # [2.18.2](https://github.com/go-courier/sqlx/compare/v2.18.1...v2.18.2)
   205  
   206  ### Bug Fixes
   207  
   208  * **fix(builder):** fieldValue fix ([ab91aec](https://github.com/go-courier/sqlx/commit/ab91aecbb684be35ec597eae670759039ac70c6b))
   209  
   210  
   211  
   212  # [2.18.1](https://github.com/go-courier/sqlx/compare/v2.18.0...v2.18.1)
   213  
   214  ### Bug Fixes
   215  
   216  * **fix(builder):** only struct could be visited ([ef21879](https://github.com/go-courier/sqlx/commit/ef218797c8245462060a6fd45b4bf6cc84e81cd2))
   217  
   218  
   219  
   220  # [2.18.0](https://github.com/go-courier/sqlx/compare/v2.17.4...v2.18.0)
   221  
   222  ### Features
   223  
   224  * **feat** support scan joined values ([f160fe4](https://github.com/go-courier/sqlx/commit/f160fe4750d488e50566c475c88069e2c1de652b))