issues
search
kohana
/
database
A Kohana module for database interactions, building queries, and prepared statements
http://kohanaframework.org/documentation
158
stars
140
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Kohana_Database_MySQLi fix param Database_Exception
#112
kuba1981
closed
7 years ago
0
Database exception fix param
#111
kuba1981
closed
7 years ago
0
support specifying flags in the datbase config
#110
guss77
closed
7 years ago
1
Update MySQLi.php
#109
sebastianlasaj
closed
7 years ago
1
UNION will break with newer versions
#108
k03n00b
opened
7 years ago
0
dry-run uses MySQL driver
#107
Oreolek
opened
8 years ago
0
Why PDO driver doesn't allow list tables and columns
#106
hkdobrev
opened
8 years ago
4
[Enhancement] Cassandra
#105
piotrbaczek
opened
8 years ago
0
Add third argument to join function of query builder
#104
timophey
closed
8 years ago
2
Resolve composer downloading and caching issues on Travis
#103
enov
closed
8 years ago
0
Transaction
#102
nixprosoft
closed
8 years ago
7
Merge 3.3/develop up to 3.4/develop
#101
acoulton
closed
8 years ago
0
Bug in Database_Query_Insert: bad SQL for bulk insert
#100
rafis
opened
8 years ago
2
Migrate Travis from legacy to container-based infrastructure
#99
enov
closed
9 years ago
0
Add test with lowest PHPUnit version to Travis matrix
#97
enov
closed
9 years ago
0
PHP7 support
#96
enov
closed
9 years ago
1
Delete the old session id
#95
zacharovds
closed
9 years ago
1
Add MySQLi Database Driver + MySQLi SSL support
#94
enov
closed
9 years ago
7
Fixed speed issues with values()
#93
JackEllis
closed
9 years ago
2
Session trouble with searching-bots and Session::write() (more with Database_Session)
#92
ghost
closed
9 years ago
23
add MySQLi driver
#91
rakucmr
opened
9 years ago
8
Remove direct access checks
#90
lenton
closed
9 years ago
0
New session fails to insert after restart or destroy
#89
bbtgp
opened
9 years ago
0
Added SSL Support
#88
tomcastleman
closed
9 years ago
5
Error in Select - AS (column aliases) query builder documentation
#87
kwn
closed
9 years ago
3
Merge 3.2/master into 3.3/develop
#86
enov
closed
9 years ago
1
Kohana_Config_Database should extend Config_Database_Writer
#85
enov
closed
9 years ago
0
INSERT INTO syntax does not allow table aliasing
#84
enov
closed
9 years ago
5
Fixes misplaced ")" within Database example
#83
erikthedeveloper
closed
10 years ago
1
Fixes misplaced ")" within Database example
#82
erikthedeveloper
closed
10 years ago
1
Add default database charset to mysql dsn connection
#81
gnovaro
closed
7 years ago
1
Added ping() method and MySQLi driver support
#80
hotrush
closed
10 years ago
2
Insert query builder allows to use table alias in INSERT ... SELECT ... construction
#79
kwn
closed
9 years ago
17
Add standalone build for 3.4 series
#78
acoulton
closed
10 years ago
0
Combine config reader and writer into single config class
#77
shadowhand
closed
10 years ago
3
Configure standalone travis build
#76
acoulton
closed
10 years ago
1
Update Where.php
#75
hujiyang
closed
10 years ago
13
Passing NULL to argument 3 of mysql_fetch_object has undefined behavior.
#74
kwhat
closed
10 years ago
1
Passing NULL to argument 3 of mysql_fetch_object has undefined behavior ...
#73
kwhat
closed
10 years ago
2
Merge changes from 3.2 into 3.3
#72
shadowhand
closed
10 years ago
0
Combine config reader and writer into a single class
#71
shadowhand
closed
10 years ago
4
Add prepare statement for PDO
#70
blaremc
closed
10 years ago
1
Add composer.json to support installing with composer.
#69
tmihalik
closed
10 years ago
7
Update MySQL.php
#68
youkind
closed
10 years ago
3
Added support multiple operators and multiple conditions in query builder...
#67
KostyaTretyak
closed
10 years ago
1
PDO driver should call set_charset in connect method
#66
ljyf5593
closed
10 years ago
6
handle both <> NULL and != NULL as IS NOT NULL
#65
biakaveron
closed
10 years ago
0
"AS" doesnt required for table aliases. Fixes #4598
#64
biakaveron
closed
10 years ago
2
Allow joins without ON or USING conditions, Fixes #4716
#63
biakaveron
closed
10 years ago
0
PHP 5.5.x deprecates preg_replace() "/e" modifier causing scripts to crash with error ...
#62
dineshah
closed
10 years ago
2
Next