issues
search
kohana
/
orm
Kohana ORM
159
stars
108
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Missing parenthesis in filter example
#130
316k
opened
8 years ago
0
PHP 5.6.21 find_all
#129
farazmunj
closed
8 years ago
26
yet another count_all() bug
#128
djfd
opened
8 years ago
4
count_all() bug
#127
djfd
opened
8 years ago
0
Resolve composer downloading and caching issues on Travis
#126
enov
closed
8 years ago
0
Using the object to fetch
#125
entermix
opened
8 years ago
0
Support for private columns and filtered objects
#124
svenbw
opened
8 years ago
3
Merge 3.3/develop up to 3.4/develop
#123
acoulton
closed
8 years ago
0
Migrate Travis from legacy to container-based infrastructure
#122
enov
closed
9 years ago
0
SQL injection in limit and offset
#121
OpenGrid
opened
9 years ago
0
SQL injection vulnerability
#120
OpenGrid
closed
9 years ago
6
Add test with lowest PHPUnit version to Travis matrix
#119
enov
closed
9 years ago
0
PHP7 support
#118
enov
closed
9 years ago
0
Add max length validation for CHAR, VARCHAR, TINYTEXT, TEXT, MEDIUMTEXT, LONGTEXT fields as default rules set
#117
rafis
opened
9 years ago
0
Update ORM.php
#116
fedyk
closed
9 years ago
0
When using with, columns are joined with :, but not escaped.
#115
jimktrains
opened
9 years ago
0
Can not create row with only one column "id"
#114
dejwid
opened
9 years ago
2
Creating node by has_one relation
#113
ghost
opened
9 years ago
0
Relation existing checks in Model
#112
ghost
closed
9 years ago
2
First filter(), second rules()
#111
ghost
opened
9 years ago
2
Add transaction feature to ORM
#110
ghost
opened
9 years ago
0
Auto-generating forms from ORM model declaration
#109
ghost
closed
9 years ago
6
Multiple primary keys, unique values, etc. in ORM declaration
#108
ghost
closed
9 years ago
2
Remove direct access checks
#107
lenton
closed
9 years ago
0
Add standalone build for 3.4 series
#106
acoulton
closed
10 years ago
2
Configure standalone travis build
#105
acoulton
closed
10 years ago
1
Don't use magic "behind the curtains"
#104
kemo
opened
10 years ago
5
3.4/develop
#103
WinterSilence
closed
10 years ago
0
Making PDO work out of the box with orm auth
#102
eroux
closed
10 years ago
3
Make auth+orm work out of the box with PDO
#101
eroux
closed
10 years ago
1
Allow ORM::has() to check a single far key
#100
SaschaGalley
closed
10 years ago
2
typo
#99
tmihalik
closed
10 years ago
1
Alias column names should be surrounded by backticks otherwise it causes...
#98
kabudu
closed
10 years ago
2
Adding default values for _updated_column and _created_column
#97
jeanlmonteiro
closed
10 years ago
1
Refs #4497: ORM::values() second param isn't optional anymore
#96
kemo
closed
10 years ago
2
Refs #4497: ORM::values() second param isn't optional anymore
#95
kemo
closed
10 years ago
1
Refs #4497: ORM::values() second param isn't optional anymore
#94
kemo
closed
10 years ago
6
Fix table name
#93
gnovaro
closed
10 years ago
1
Reduce email size
#92
gnovaro
closed
10 years ago
1
Update guide
#91
WinterSilence
closed
10 years ago
0
->has() method will return true, if many-to-many 'through' table has dup...
#90
alexinside
closed
10 years ago
2
fix bug count_all w/ ->object_name (refs #4765)
#89
melvinmt
closed
11 years ago
0
3.3/feature/4776/composer package definition
#88
acoulton
closed
11 years ago
0
Make ORM::count_all() use table_name.primary_key instead of just primary_key
#87
Archmonster
closed
11 years ago
5
Refs #4730, Fixed Auth_ORM::logged_in not working if $role is an ORM object.
#86
Hinton
closed
11 years ago
1
Refs #4750: Fixes API guide issue for count_relations
#85
rjd22
closed
11 years ago
0
Update ORM.php
#84
aqlx86
closed
11 years ago
5
Update ORM.php
#83
neo22s
closed
11 years ago
1
Make ORM::count_all() return an integer instead of a string.
#82
bharat
closed
11 years ago
3
Change _initialize() to set the object name only if none predefined. Fixes #4733
#81
shadlaws
closed
11 years ago
6
Next