Open main menu

CDOT Wiki β

Changes

SQLite Adapter StandUp Reports

6,543 bytes added, 22:48, 26 January 2014
no edit summary
{{Admon/obsolete}}
 
[[category: NexJ Express SQLite]]
! Carlin
! Grace
! Abhishek
|-
|What have I worked on since the last stand up?
|
|
|-
|What am I working on before the next stand up?
|
|
|-
|What is blocking me?
|n/a
|n/a
|-
|What am I blocking (or about to block)?
|n/a
|n/a
|}
-->
=Week 15: Apr 16=
==Monday==
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
|-
!
! Carlin
! Grace
|-
|What have I worked on since the last stand up?
|
* Renaming tickets
|
|-
|What am I working on before the next stand up?
|
* Documentation, and makefile cleanup
|
|-
|What is blocking me?
|n/a
|n/a
|-
|What am I blocking (or about to block)?
|n/a
|n/a
|}
=Week 14: Apr 9=
==Thursday==
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
|-
!
! Carlin
! Grace
|-
|What have I worked on since the last stand up?
|
* Design of multiple thread solution
|
* Testing with Studio Express
* Fixing bug when multiple threads try to write to the database file
* Updated NexJ about progress on project
|-
|What am I working on before the next stand up?
|
* remaining tickets
|
* n/a
|-
|What is blocking me?
|n/a
|
* Waiting on response as to whether it is fine to run SQLite in a transactionless way.
|-
|What am I blocking (or about to block)?
|n/a
|
* Code review 1
|}
 
==Monday==
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
|-
!
! Carlin
! Grace
|-
|What have I worked on since the last stand up?
|
* n/a
|
* Testing with Studio Express
* Fixing bug when multiple threads try to write to the database file
|-
|What am I working on before the next stand up?
|
* n/a
|
* Testing with Studio Express
* Patch review
|-
|What is blocking me?
|n/a
|n/a
|-
|What am I blocking (or about to block)?
|n/a
|n/a
|}
 
=Week 13: Apr 2=
==Thursday==
 
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
|-
!
! Carlin
! Grace
|-
|What have I worked on since the last stand up?
|
n/a
|
* Software Design Documentation
* Adapter patch review
* Testing with Studio Express
|-
|What am I working on before the next stand up?
|
* Software Design Documentation
* Testing with Studio Express
|
* Testing with Studio Express
|-
|What is blocking me?
|n/a
|n/a
|What am I blocking (or about to block)?
|n/a
|n/a
|}
 
==Monday==
 
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
|-
!
! Carlin
! Grace
|-
|What have I worked on since the last stand up?
|
n/a
|
* Software Design Documentation
* Adapter patch review
|-
|What am I working on before the next stand up?
|
n/a
|
* Software Design Documentation
* Adapter patch review
* Testing with Studio Express
|-
|What is blocking me?
|n/a
|n/a
|-
|What am I blocking (or about to block)?
|n/a
|n/a
|}
-->
<!--
=Week 14: Apr 9=
=Week 13: Apr 2=
=Week 12: Mar 26=
==Thursday==
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
|-
!
! Carlin
! Grace
|-
|What have I worked on since the last stand up?
|
* Fixed SQLite open behaviour when a database does not exist
* Reviewed adapter patch
* Code styling
* Software design document
|
* Reviewed locale work
* Reviewed open behaviour work
* Software design document
|-
|What am I working on before the next stand up?
|
* Documentation
* Adapter patch review
|
* Software Design Documentation
* Adapter patch review
|-
|What is blocking me?
|n/a
|n/a
|-
|What am I blocking (or about to block)?
|n/a
|n/a
|}
 
==Monday==
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
|-
!
! Carlin
! Grace
|-
|What have I worked on since the last stand up?
|
n/a
|
* Added custom build step to generate nexj_sqlite file in visual studio projects
* Added content to software design document
* Added keywords to adapter
* Fixed creation of views
|-
|What am I working on before the next stand up?
|
* Code cleanup
* SQLite open behaviour
|
* Testing adapter with studio
* Finishing up software design document
* Reviewing adapter patch
|-
|What is blocking me?
|n/a
|n/a
|-
|What am I blocking (or about to block)?
|n/a
|n/a
|}
 
=Week 11: Mar 19=
==Thursday==
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
|-
!
! Carlin
! Grace
|-
|What have I worked on since the last stand up?
|
* Fixed testNew, the setup scripts were wrong
* Fixed testRanges, a bug with incrementing primary keys
|
* Reviewed locale code
* Running Unit tests on upgraded core
* Code cleanup
|-
|What am I working on before the next stand up?
|
* Code cleanup
* SQLite open behaviour
|
*Testing adapter with studio
|-
|What is blocking me?
|n/a
|n/a
|-
|What am I blocking (or about to block)?
|n/a
|Code review
|}
 
==Monday==
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
|-
!
! Carlin
! Grace
|-
|What have I worked on since the last stand up?
|
n/a
|
* Rebased adapter code to latest core
* Implementing locale in SQLite
|-
|What am I working on before the next stand up?
|
* Fixing testNew
 
|
* Running unit tests
|-
|What is blocking me?
|n/a
|n/a
|-
|What am I blocking (or about to block)?
|n/a
|n/a
|}
 
=Week 10: Mar 12=
==Thursday=={| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"|->!! Carlin! Grace|-|What have I worked on since the last stand up?|* Investigated failing test, testQueryTimeout* Attempted a fix|* Fixed bug where BLOB values were not being correctly set on prepared statements* Fixed bug that was causing a column meta data mismatch when reading a schema from a database|-|What am I working on before the next stand up?|* Failing test, testQueryTimeout* Failing test, testNew|*Rebasing adapter code to latest core|-|What is blocking me?|n/a|n/a|-|What am I blocking (or about to block)?|n/a|n/a|} ==Monday=={| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"|-!! Carlin! Grace|-|What have I worked on since the last stand up?|* Got windows build command for project makefile* Fixed and issued with the sqltie shell project not compiling|* Testing with new JDBC driver build|-|What am I working on before the next stand up?|* Investigating failing tests|* Fix reading of column meta data when reading a database schema|-|What is blocking me?|n/a|n/a|-|What am I blocking (or about to block)?|n/a|n/a|}
=Week 9: Mar 5=
<!--
==Thursday==
<!--
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
|-
|What have I worked on since the last stand up?
|
* Solved link error
* added more code generation for nativedb.c & .h & .class
|
* Extension to enhance locale support in SQLite
|What am I working on before the next stand up?
|
* getting the windows binaries in a working state
|
* Extension to enhance locale support in SQLite
|What have I worked on since the last stand up?
|
* Investigating an unsatisfied link error
|
* Built SQLite library on Linux with ICU statically linked
|What am I working on before the next stand up?
|
* Solving said error
|
* Extension to enhance locale support in SQLite
|n/a
|}
 
==Monday==
|What have I worked on since the last stand up?
|
* Fixed the source builder
|
* Extension to enhance locale support in SQLite
|What am I working on before the next stand up?
|
* Improving the build system
|
*Allow user to set locale for database and or column
|n/a
|}
 
=Week 7: Feb 20=
|What have I worked on since the last stand up?
|
*Implemented sqlite_nexj.c source building in the make file
*Removed the xerial source, altering our make file
|
*Fixed building of SQLite libraries on Windows
|What am I working on before the next stand up?
|
*Improving the build system
|
*Allow user to set locale for database and or column