lp:~hingo/drizzle/drizzle-js_eval
Created by
Henrik Ingo
on
2011-08-24
and last modified on
2011-10-01
- Get this branch:
- bzr branch lp:~hingo/drizzle/drizzle-js_eval
Only
Henrik Ingo
can upload to this branch. If you are
Henrik Ingo
please log in for upload directions.
Branch merges
Propose for merging
- Drizzle Merge Team: Pending requested 2011-09-23
-
Diff: 877 lines (+747/-9)10 files modifiedconfigure.ac (+1/-1)
drizzled/error.cc (+3/-0)
drizzled/error_t.h (+2/-1)
drizzled/temporal.h (+7/-7)
m4/pandora_have_libv8.m4 (+53/-0)
plugin/js/docs/index.rst (+230/-0)
plugin/js/js.cc (+371/-0)
plugin/js/plugin.ini (+10/-0)
plugin/js/tests/r/js.result (+35/-0)
plugin/js/tests/t/js.test (+35/-0)
Branch information
Recent revisions
- 2388. By Henrik Ingo on 2011-10-01
-
Small style fixes from Olaf's review (thanks).
Removed @todo items that have been done. - 2387. By Henrik Ingo on 2011-10-01
-
Wrote end user documentation for JS().
Labeled this as version 0.9.
This is now ready to start the journey towards trunk! - 2386. By Henrik Ingo on 2011-09-29
-
Add 2 tests I forgot:
- connect from 2 clients to make sure we are handling multi threaded
mode correctly.
- run a script that gives JavaScript syntax error. - 2382. By Henrik Ingo on 2011-09-21
-
Add missing doxygen comments to a few helper functions. Cleanup
comments no longer relevant. - 2381. By Henrik Ingo on 2011-09-21
-
Arguments that are of type DATETIME are now created as JavaScript
Date objects. Needed to export the Temporal family of classes
to be able to compute unix timestamp value with set_epoch_seconds( ). - 2380. By Henrik Ingo on 2011-09-15
-
Change names and style of the v8 sample code to drizzle like code.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~drizzle-trunk/drizzle/development