praveenbankbazaar / httparchive

Automatically exported from code.google.com/p/httparchive
0 stars 0 forks source link

Add a CHANGES.TXT #357

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be really helpful if API and schema changes were documented 
explicitly. I've just read through the most recent changes in svn log and they 
are not very informative. Table schema should be added to the repository.

Original issue reported on code.google.com by charlie....@clark-consulting.eu on 26 Jan 2013 at 3:44

GoogleCodeExporter commented 9 years ago
The schema and schema changes are in dbapi.inc in & above the function 
createTables().

Original comment by stevesou...@gmail.com on 26 Jan 2013 at 5:39

GoogleCodeExporter commented 9 years ago
This may just be a matter of style but I wouldn't expect the schema to be in an 
API file.

http://code.google.com/p/httparchive/source/detail?r=1038

contains a huge number of changes and a mixture of inline comments and history.

Comments on individual columns can be embedded directly in the schema. Other 
additional columns such as CDN are not visible. It should be possible to have a 
function like createTables and pass it a whole SQL file.

Original comment by charlie....@clark-consulting.eu on 27 Jan 2013 at 1:23