We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Renaming files for wiki
no sub directory
Ref #4668 and #4688: Added more info in docs on how to set the charset for PDO
update to DB docs (refs #4617)
update various docs to use DB:expr() properly (refs #4617)
Merge branch '3.2/develop' into 3.3/develop
Merge branch '3.1/develop' into 3.2/develop
Use 'parameterized' rather than 'prepared' in docs. Fixes #3963
Calling Kohana::debug((string) $query) throws an Exception: ErrorException [ Fatal Error ]: Call to undefined method Kohana::debug() This code works. Signed-off-by: Woody Gilk <[email protected]>
PDO: Do not call SET NAMES during connect(). Fixes #4078
Allow PDO options to be configured. Fixes #4372
Remove 'profiling' configuration. Fixes #4203
Updated docs for 3.2
Fixed minor mistake re Kohana::debug()
Updating for new config system
Fixed bug in database expression sample code in the docs
Fixed a typo, thanks banks! http://forum.kohanaframework.org/discussion/comment/48581/#Comment_48581
Mention that cached() doesn't actually cache anything.
Add how to use a different database config group, as well as fix a typo.
Couple small convention and punctuation changes, as well as an example of using as_array to do a <select>
missing quotemark
spelling errors
Made some changes/additions to the results.md
Merge branch 'docs' of http://github.com/bluehawk/database into docs Conflicts: guide/database/examples.md
cleaning up results page
Add stub for example prepared statements and more examples.
adding a complex example