Skip to content

Commit

Permalink
Merge branch 'release/0.0.44'
Browse files Browse the repository at this point in the history
  • Loading branch information
agershun committed Apr 13, 2015
2 parents dfafb10 + 900f995 commit b7f04f8
Show file tree
Hide file tree
Showing 1,515 changed files with 83,102 additions and 165,076 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
# MySQL demo database

test/world/world_innodb.sql
test/world/world.sql

test/world/NeptunoCreacionMySQL.sql

test-sql/*
test-sql
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.0.44 "Roma" (02.04.2015 - ...04.2015)
* Added params to SQLite attached database: alasql('ATTACH SQLITE DATABASE a(?)',[event],cb);
* Root directory was cleaned
* Gulp version is updated
* Fixed bug with (SELECT) and EXISTS() in SELECTS with GROUP BY

### 0.0.43 "The Wall" (25.03.2015 - 01.04.2015)
* Created "develop" branch for git-flow
* Fixed GREATEST and LEAST() bugs
Expand Down
1 change: 1 addition & 0 deletions PEOPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ In English:
* SlideShare [Alasql.js fast JavaScript in-memory SQL database](http://www.slideshare.net/AndreyGershun/alasqljsfast-javascript-inmemory-sql-database)
* SlideShare [SQL and NoSQL in Alasql database](http://www.slideshare.net/AndreyGershun/sql-and-nosql-in-alasql)
* Glauco Custódio [Local Storage with AlaSQL in Cordova/Ionic Framework](http://blog.glaucocustodio.com/2015/03/30/local-storage-with-alasql-in-cordovaionic-framework/)
* Paulo Diniz [AlaSQL](http://www.pdiniz.com/alasql/)


In Chinese
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Alasql.js - JavaScript SQL database library with support of localStorage, IndexedDB, and Excel

Version: 0.0.43 "The Wall" Date: April 1, 2015 [Change log](CHANGELOG.md), [Release plan](RELEASES.md)
Version: 0.0.44 "Roma" Date: April 13, 2015 [Change log](CHANGELOG.md), [Release plan](RELEASES.md)

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

Alasql - '[à la SQL](http://en.wiktionary.org/wiki/%C3%A0_la)' - is a lightweight JavaScript SQL database designed to work in browser, Node.js, and Apache Cordova. It supports traditional SQL with some NoSQL functionality. Current version of Alasql can work in memory and use file, IndexedDB, and localStorage as a persistent storage.

Expand Down
78 changes: 1 addition & 77 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,81 +14,5 @@

## Next Releases:

### Version "Sapsan" 0.0.40 (25.01.2015)

* MERGE
* Cordova Support
* Tests
* AUTOINCREMENT / IDENTITY
* SELECT INDEX, COLUMN, VALUE on column
* Bower.json
* Wikibooks SQL samples as tests

### Version "Pacific Rim" 0.0.42 (01.02.2015)

* If-then-else JISON problem
* UNION ORDER BY bug
* T-SQL compatibility and multiple SQL Tests
* Documentation
* API documentation with JsDoc
* WorkerJS for Node (primarily for test)

### Version "Sigirya" 0.0.45 (05.02.2015)

* package.json
* Datatypes + CONVERT
* Functions
* Constraint and Foreign Keys, indexes, Check, Default
* CONTINUE/BREAK/FOR/LOOP

### Version "Elbrus" 0.0.50 (10.02.2015)

* Transactions
* SET NOCOUNT

### Version "Prague" 0.0.55 (20.02.2015)

* PIVOT/UNPIVOT

### Version "Manila" 0.0.60 (01.03.2015)

* OVER PARTITION

### Version "Vanilla" 0.0.63 (01.03.2015)

* GROUP BY HIERARCHY, TOTAL, DETAIL

### Version "Menlo Park" 0.0.65 (10.03.2015)

* CREATE FUNCTION, CREATE PROCEDURE, EXEC
* Bugs
* Documentation

### Version "Vorkuta" 0.0.70 (20.03.2015)

* Fluent interface improvement
* Bugs
* Documentation

### Version "San Diego" 0.0.75 (01.04.2015)

* NeDB, MongoDB, Redis, Cassandra NoSQL
* Bugs
* Documentation

### Version "Voronezh" 0.0.80 (10.04.2015)

* Compatibility

### Version "Rio de Janeiro" 0.0.85 (20.04.2015)
* Speed

### Version "Quito" 0.0.90 (01.05.2015)
* Memory

### Version "First Pancake" 0.1.0 (10.05.2015)

* Bugs
* Speed, memory, and size optimization
* Compatibility: browsers, mobiles, SQL databases
### Version "Chess" 0.1.0 (20.04.2015)

86 changes: 85 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,88 @@
# To do
# TO DO

This file contanis unstructured ideas for future development of Alasql.

## Ideas


### Version "Sapsan" 0.0.40 (25.01.2015)

* MERGE
* Cordova Support
* Tests
* AUTOINCREMENT / IDENTITY
* SELECT INDEX, COLUMN, VALUE on column
* Bower.json
* Wikibooks SQL samples as tests

### Version "Pacific Rim" 0.0.42 (01.02.2015)

* If-then-else JISON problem
* UNION ORDER BY bug
* T-SQL compatibility and multiple SQL Tests
* Documentation
* API documentation with JsDoc
* WorkerJS for Node (primarily for test)

### Version "Sigirya" 0.0.45 (05.02.2015)

* package.json
* Datatypes + CONVERT
* Functions
* Constraint and Foreign Keys, indexes, Check, Default
* CONTINUE/BREAK/FOR/LOOP

### Version "Elbrus" 0.0.50 (10.02.2015)

* Transactions
* SET NOCOUNT

### Version "Prague" 0.0.55 (20.02.2015)

* PIVOT/UNPIVOT

### Version "Manila" 0.0.60 (01.03.2015)

* OVER PARTITION

### Version "Vanilla" 0.0.63 (01.03.2015)

* GROUP BY HIERARCHY, TOTAL, DETAIL

### Version "Menlo Park" 0.0.65 (10.03.2015)

* CREATE FUNCTION, CREATE PROCEDURE, EXEC
* Bugs
* Documentation

### Version "Vorkuta" 0.0.70 (20.03.2015)

* Fluent interface improvement
* Bugs
* Documentation

### Version "San Diego" 0.0.75 (01.04.2015)

* NeDB, MongoDB, Redis, Cassandra NoSQL
* Bugs
* Documentation

### Version "Voronezh" 0.0.80 (10.04.2015)

* Compatibility

### Version "Rio de Janeiro" 0.0.85 (20.04.2015)
* Speed

### Version "Quito" 0.0.90 (01.05.2015)
* Memory

### Version "First Pancake" 0.1.0 (10.05.2015)

* Bugs
* Speed, memory, and size optimization
* Compatibility: browsers, mobiles, SQL databases



## Next Versions
Expand Down
101 changes: 0 additions & 101 deletions alasql-worker.js

This file was deleted.

11 changes: 0 additions & 11 deletions alasql-worker.js.map

This file was deleted.

1 change: 0 additions & 1 deletion alasql-worker.min.js

This file was deleted.

Loading

0 comments on commit b7f04f8

Please sign in to comment.