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