marcelb pushed to testing at marcelb/api 2023-08-30 14:51:31 +02:00
881185d03a Small fixes after merge
c2e9ede9bc Merge branch 'http-status-code' into testing
6c281313de Merge branch 'header-response' into testing
3f9d492540 Auto add content-length header
759fbff303 Add header for http_response.. try 2
Compare 6 commits »
marcelb pushed to http-status-code at marcelb/api 2023-08-30 14:37:15 +02:00
3f9d492540 Auto add content-length header
marcelb pushed to header-response at marcelb/api 2023-08-30 13:54:31 +02:00
759fbff303 Add header for http_response.. try 2
marcelb pushed to header-response at marcelb/api 2023-08-30 13:51:22 +02:00
32c80d7bb6 Add header for http_response
marcelb created branch header-response in marcelb/api 2023-08-30 13:51:22 +02:00
marcelb pushed to dev at marcelb/mySQL 2023-08-25 23:07:59 +02:00
d7dc97cc30 Add dependency
marcelb pushed tag v0.3_beta to marcelb/mySQL 2023-08-23 18:35:55 +02:00
marcelb pushed to dev at marcelb/mySQL 2023-08-23 18:35:19 +02:00
6c1d9c456d Add commands: limit, insertinto, update, deletefrom. Fix all update commands channel
marcelb pushed tag v0.2_beta to marcelb/mySQL 2023-08-22 19:59:11 +02:00
marcelb pushed to dev at marcelb/mySQL 2023-08-22 19:57:43 +02:00
5482d71558 Formater: select, from, where, update, set. Fix bug in disconnect/close. SQLQA type. Exec/query refactor
marcelb pushed to cmd-cpp-sql-native-formater at marcelb/mySQL 2023-08-22 19:52:38 +02:00
5482d71558 Formater: select, from, where, update, set. Fix bug in disconnect/close. SQLQA type. Exec/query refactor
marcelb created branch cmd-cpp-sql-native-formater in marcelb/mySQL 2023-08-22 19:52:38 +02:00
marcelb pushed to dev at marcelb/mySQL 2023-08-10 20:13:58 +02:00
701ebef06f Fix getTable() in where condition commands
marcelb pushed tag v0.1_beta to marcelb/mySQL 2023-08-09 20:17:12 +02:00
marcelb pushed to dev at marcelb/mySQL 2023-08-09 20:16:36 +02:00
04f8489cf3 Mutex secure
marcelb pushed tag v0.5_testing to marcelb/api 2023-08-09 19:38:57 +02:00
marcelb pushed to testing at marcelb/api 2023-08-09 19:37:53 +02:00
f0b08d4f52 Merge with remove-def and http-status-code, small changes
marcelb created branch testing in marcelb/api 2023-08-09 19:37:53 +02:00
marcelb created branch http-status-code in marcelb/api 2023-08-09 18:43:23 +02:00
marcelb pushed to http-status-code at marcelb/api 2023-08-09 18:43:23 +02:00
4f518f4658 Http response code, http method, http_response constructors..