o1lab
cbe9ec9091
Merge pull request #48 from pdme/master
...
Fixed version bug
6 years ago
Philip Ebels
7be93a2fc8
Fixed test
6 years ago
Philip Ebels
0694efdef1
Removed redundant require of pkginfo, fixed test
6 years ago
Philip Ebels
95b3439fab
Fixed version bug
6 years ago
o1lab
eb4bdba59b
Merge pull request #46 from sguionni/patch-1
...
Fix xjoin documentation
6 years ago
Simon Guionniere
a1823d05a3
Fix xjoin documentation
6 years ago
o1lab
1411a7c616
Fixing #40 : Handling mysql 8 results in caps!
6 years ago
o1lab
412e5c1b5a
bump version 0.4.8
6 years ago
o1lab
1b950aaabd
Merge branch 'master' of https://github.com/o1lab/xmysql
6 years ago
o1lab
5ffa983a70
Fix #35 : Cannot read property 'isView'
...
There was an error reading isView.
6 years ago
o1lab
77e9b5f416
Merge pull request #39 from extremeshok/patch-1
...
Bug fix for segfault
6 years ago
eXtremeSHOK
df7453e541
Bug fix for segfault
6 years ago
o1lab
a13f26cf60
Feature : option to support multiple cpu cores (using cluster)
6 years ago
o1lab
ad42700863
Fix : removed serve-favicon package and moved mocha to dev dependency
6 years ago
o1lab
2433135b03
Feature : flag to enable read only apis
6 years ago
o1lab
55fbe9e1d5
Updating docs : aws lambda eg from bertyhell
7 years ago
o1lab
2dd0625fc8
Merge pull request #34 from bertyhell/master
...
Add example code to deploy xmysql to aws lambda
7 years ago
Bert Verhelst
3b279855a2
Add example code to deploy xmysql to aws lambda
7 years ago
Bert Verhelst
fc0063af80
Merge remote-tracking branch 'o1lab/master'
7 years ago
o1lab
45eb1dd4c1
npm version 0.4.5
7 years ago
o1lab
afc6560459
Removing a log.
7 years ago
o1lab
cfa70c459c
Fix #33 : _size to return right number of records back.
7 years ago
o1lab
68df8c77d2
Create contributing guidelines
7 years ago
o1lab
e16f243d86
Merge pull request #31 from chocholand/mysql-portnumber
...
add mysql port config
7 years ago
jaewon
f85b2d2c92
port key is -o
7 years ago
jaewon
44851c8d90
add mysql port number cmd parameter
7 years ago
jaewon
6cc98cc14d
add database portnumber
7 years ago
o1lab
fe92674eef
Merge pull request #27 from bertyhell/patch-1
...
Add minimum node version to readme
7 years ago
o1lab
07487a41b2
Merge pull request #28 from bertyhell/patch-2
...
Fix minor typo in xapi.js
7 years ago
Bert Verhelst
19fbff329e
Fix minor typo in xapi.js
7 years ago
Bert Verhelst
d9434f29c0
Add minimum node version to readme
...
https://github.com/o1lab/xmysql/issues/5#issuecomment-341099409
7 years ago
o1lab
52ecd1d65d
Version : 0.4.4
7 years ago
o1lab
5a9b6f4a5f
Fix#24 : Xjoin column names to have aliases derived from tablName-alias and columnName.
7 years ago
o1lab
ca237cb387
Update : documentation. Mention docker+nginx proxy in features list.
7 years ago
o1lab
e502575f3d
Merge pull request #22 from markuman/master
...
#20 add notes about using a reverse proxy (e.g. nginx)
7 years ago
Markus Bergholz
da1aefe45e
#20 add notes about using a reverse proxy (e.g. nginx)
7 years ago
o1lab
7749cf8fde
Fix : Use process.memoryUsage() in /_health.
7 years ago
o1lab
45e492304a
Merge pull request #21 from markuman/master
...
update documentation and dockerfile
7 years ago
Markus Bergholz
8c72d55901
#20 update documentation and add notes about debugging
7 years ago
Markus Bergholz
cc474699a5
#20 change container port to 80 and make xmysql response on any request
7 years ago
oof1lab
c0ee4166cd
Feature : #14 : _health and _version
7 years ago
o1lab
fe9133221e
Merge pull request #16 from soaserele/patch-1
...
Fixing pagination issue when using _p & _size
7 years ago
oof1lab
8f04c6295e
#17 : cmd line option to listen to a particular ip interface of machine.
7 years ago
Stanislav Oaserele
b57fba603a
Fixing pagination issue when using _p & _size
...
When using _p ang _size query params in URL, the first row is skipped.
Example:
_p = 1 & _size = 20
reqParams._index will be = (1 - 1) * 20 + 1 = 1;
Generated SQL will be SELECT * FROM ? LIMIT 1,20. This SQL skips first element (with index 0)
Correct SQL that should be generated is SELECT * FROM ? LIMIT 0,20
7 years ago
o1lab
62a9a7ff05
Merge pull request #13 from markuman/master
...
update docker image
7 years ago
markuman
07d2871217
update docker image. using now default alpine 3.7 image (comes with nodejs 8.9.1). It's now 15 MB smaller
7 years ago
oof1lab
6c82d31d8d
publish : npm v0.4.1
7 years ago
oof1lab
1054fc529b
Fix : cors middleware - #12
7 years ago
oof1lab
ed9c9f754b
Refactor : separate class for controller
7 years ago
oof1lab
727c91d8fc
update : Readme.md
...
remove Xql - abandoned for now
7 years ago