Releases: qicosmos/ormpp
Releases · qicosmos/ormpp
Release 0.1.3
Release v0.1.2
What's Changed
- sync iguana by @Jacyking in #134
- fix bug lack ormpp namespace when REGISTER_AUTO_KEY by @Jacyking in #135
- fix auto key bug when use REFLECTION_WITH_NAME by @Jacyking in #136
- pg auto key use "bigserial" when the type is int64_t by @Jacyking in #138
- fix bool on pg and mysql by @Jacyking in #140
- Correction of Spelling Error: "conditon" to "condition" by @zhenhua-li in #141
- mysql_stmt_prepare replace mysql_query by @Jacyking in #143
- update dir by @Jacyking in #144
- update iguana by @Jacyking in #145
- fix for sqlite by @qicosmos in #146
- add query_s delete_records_s by @Jacyking in #147
- readme 作为第三方库引入 by @Jacyking in #150
- fix pg compiler error on clang by @Jacyking in #157
New Contributors
- @zhenhua-li made their first contribution in #141
Full Changelog: v0.1.1...v0.1.2
Release v0.1.1
first version
What's Changed
- Update README.md by @suze521 in #2
- 增加ormpp 数据库编译开关 by @xmh0511 in #9
- Fixed sqlite.connect() example by @torbjo in #20
- bug fix: clear buffer before next record read by @jiayuehua in #33
- fix sqlite3 bug by @bcahlit in #40
- Reset error by @qicosmos in #73
- support blob data type for mysql by @lemon19900815 in #78
- random reflection order by @Jacyking in #77
- add ci. i commented the code of "item.assign..." for "support blob" because project builded fail on clang&mac by @Jacyking in #79
- fix compile by @qicosmos in #80
- fix query tuple and others by @Jacyking in #81
- test codecov by @Jacyking in #82
- fix cov ci by @Jacyking in #83
- support custom tablename and optimize by @Jacyking in #84
- fix support blob compile error: (eg: query<tuple<A,B>>()) by @lemon19900815 in #88
- add sqlite3 and status badge and update readme by @Jacyking in #89
- Update README.md by @HorrZzz in #93
- support optional with mysql and add sqlite ci by @Jacyking in #94
- update readme ci by @Jacyking in #95
- fix FID BUG when use custom table name by @Jacyking in #97
- fix set_last_error when use insert interface by @ddddzzoo in #98
- field consistent with ut by @Jacyking in #102
- add mysql optional query and more example by @Jacyking in #105
- fix use unique to create table bug by @Jacyking in #107
- fix query("order by") by @Jacyking in #109
- sync iguana master by @qicosmos in #110
- update iguana and cfg by @qicosmos in #111
- move deps by @qicosmos in #112
- Update README.md by @NoWhere-NowHere-TLD in #114
- add api to get insert id by @Jacyking in #115
- add alias and copy iguana by @Jacyking in #117
- fix null by @Jacyking in #118
- add win32 mysql cmake and mariadb by @Jacyking in #119
- add mysql tuple optional & optimize ut by @Jacyking in #120
- update iguana for gcc 8.3 by @Jacyking in #123
- add pg ci by @Jacyking in #122
- keep pg mysql sqlite the same by @Jacyking in #124
filed
to avoid the field conflict with mysql keyword by @Jacyking in #125- fix parse insert sql by @Jacyking in #126
- pg update by @Jacyking in #128
New Contributors
- @suze521 made their first contribution in #2
- @xmh0511 made their first contribution in #9
- @torbjo made their first contribution in #20
- @jiayuehua made their first contribution in #33
- @bcahlit made their first contribution in #40
- @qicosmos made their first contribution in #73
- @lemon19900815 made their first contribution in #78
- @Jacyking made their first contribution in #77
- @HorrZzz made their first contribution in #93
- @ddddzzoo made their first contribution in #98
- @NoWhere-NowHere-TLD made their first contribution in #114
Full Changelog: https://github.com/qicosmos/ormpp/commits/v0.1.0