kohana / database

A Kohana module for database interactions, building queries, and prepared statements
http://kohanaframework.org/documentation
158 stars 140 forks source link

Added Database::version #46

Closed sergeyklay closed 9 years ago

sergeyklay commented 11 years ago

See please http://dev.kohanaframework.org/issues/4749

acoulton commented 10 years ago

@sergeyklay thanks for this proposal and sorry it's been left open so long. Per Ivan's comment on #R4749 could you clarify the usecase for this?

Also is there a way you could add some unit tests for the new methods?

sergeyklay commented 10 years ago

@acoulton I found it convenient to have a version number - for example, to create flexible installers

kemo commented 10 years ago

I'd drop the boolean argument

sergeyklay commented 10 years ago

Why?

sergeyklay commented 9 years ago

Unfortunately I do not have time to do this