Skip to content

Commit bc39ec9

Browse files
committed
Merge branch 'release/0.0.49'
2 parents 6951162 + b20540f commit bc39ec9

25 files changed

+2240
-1747
lines changed

.bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alasql",
33
"description":"AlaSQL - JavaScript SQL database library",
4-
"version": "0.0.48",
4+
"version": "0.0.49",
55
"license": "MIT",
66
"keywords": ["javascript","sql","database","indexeddb","excel","localstorage"],
77
"authors": ["Andrey Gershun <[email protected]>"],

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 0.0.49 "Beijing" (19.04.2015 - 21.04.2015)
4+
* CREATE CLASS
5+
* INSERT INTO class
6+
* INSERT INTO class returns inserted value
7+
* # operator
8+
* Classes support
9+
* Tests with SEARCH syntax and tests for CREATE EDGE and CREATE VERTES
10+
* Fixed bug with leaking to global.key
11+
312
### 0.0.48 "Amsterdam" (18.04.2015 - 19.04.2015)
413
* Fixed bug indexedDB.webGetDatabaseNames in Firefox
514
* Some bugs from Sqllogictest fixed (see test258)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AlaSQL.js - JavaScript SQL database library with support of localStorage, IndexedDB, and Excel
22

3-
Version: 0.0.48 "Amsterdam" Date: April 19, 2015 [Change log](CHANGELOG.md), [Release plan](RELEASES.md)
3+
Version: 0.0.49 "Иушоштп" Date: April 21, 2015 [Change log](CHANGELOG.md), [Release plan](RELEASES.md)
44

55
Please use [AlaSQL Forum](https://groups.google.com/d/forum/alasql) for discussions or [Issues](https://github.com/agershun/alasql/issues) to report bugs.
66

alasql.js

Lines changed: 636 additions & 567 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

console/alasql.min.js

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/alasql.js

Lines changed: 636 additions & 567 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/alasql.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/alasql.min.js

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alasql",
33
"description": "AlaSQL - JavaScript SQL database and data manipulation library",
4-
"version": "0.0.48",
4+
"version": "0.0.49",
55
"author": "Andrey Gershun <[email protected]>",
66
"directories": {
77
"example": "examples",

src/05copyright.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//
22
// alasql.js
33
// AlaSQL - JavaScript SQL database
4-
// Date: 19.04.2015
5-
// Version: 0.0.48
4+
// Date: 21.04.2015
5+
// Version: 0.0.49
66
// (ñ) 2014-2015, Andrey Gershun
77
//
88

0 commit comments

Comments
 (0)