DBIx-Custom / Changes /
Newer Older
180 lines | 8.013kb
- update_param_tag is DEPREC...
Yuki Kimoto authored on 2011-06-07
1
0.1684
- select() column option can...
Yuki Kimoto authored on 2011-06-07
2

            
3
    - select() column option can receive hash reference
- update_param_tag is DEPREC...
Yuki Kimoto authored on 2011-06-07
4
    - update_param_tag is DEPRECATED! use update_param instead.
5
    - insert_param_tag is DEPRECATED! use insert_param instead.
6
    - assing_param_tag is DEPRECATED! use assign_param instead.
7
    - Tag system such as {? title}, {= title} is DEPRECATED!
8
      and added paramter system such as :title.
data_source is DEPRECATED! I...
Yuki Kimoto authored on 2011-06-06
9
0.1683
10
    - data_source is DEPRECATED! It is renamed to dsn
fixed merge_param bug
Yuki Kimoto authored on 2011-05-23
11
0.1682
improved debug message
Yuki Kimoto authored on 2011-05-23
12
    - improved debug message
fixed merge_param bug
Yuki Kimoto authored on 2011-05-23
13
    - fixed merge_param bug
added EXPERIMENTAL assign_ta...
Yuki Kimoto authored on 2011-04-26
14
0.1681
15
    - added EXPERIMENTAL assign_tag() method
select, update, and delete w...
Yuki Kimoto authored on 2011-04-25
16
0.1680
DEPRECATED select() param op...
Yuki Kimoto authored on 2011-04-25
17
    - DEPRECATED select() param option, this is renamed to where_param
18
    - added select(), update(), and delete() where_param option
added EXPERIMENTAL select() ...
Yuki Kimoto authored on 2011-04-19
19
0.1679
20
    - added EXPERIMENTAL select() wrap option to support Oracle ROWNUM
DBIx::Custom::Model filter a...
Yuki Kimoto authored on 2011-04-18
21
0.1678
22
    - DBIx::Custom::Model filter attribute can receive hash reference
improved error messages
Yuki Kimoto authored on 2011-04-18
23
    - DBIx::Custom::Where clause attribute can receive clause without column name
24
    - improved error messages
improved table search in col...
Yuki Kimoto authored on 2011-04-12
25
0.1677
26
    - improved table search in column and join clause
27
    - DEPRECATED table tag. use table option.
fixed test
Yuki Kimoto authored on 2011-04-11
28
0.1676
29
    - fixed test bug
- removed DEPRECATED DBIx::C...
Yuki Kimoto authored on 2011-04-11
30
0.1675
31
    - removed DEPRECATED DBIx::Custom::MySQL and DBIx::Custom::SQLite
32
      these implementations remine in https://github.com/yuki-kimoto/DBIx-Custom/wiki
33
      for some users.
34
    - removed EXPERIMENTAL replace().
35
    - removed EXPERIMENTAL mark from many methods.
36
0.1674
37
    - fixed test bug
fixed dbh() method bug:wq
Yuki Kimoto authored on 2011-04-05
38
0.1673
39
    - fixed dbh() method bug.
change retern value to array...
Yuki Kimoto authored on 2011-04-04
40
0.1672
- removed EXPERIMENTAL Prefo...
Yuki Kimoto authored on 2011-04-04
41
    - removed EXPERIMENTAL Prefork server safe implementation, my implementation is very buggy.
42
    - added EXPERIMETNAL connector() attribute.
change retern value to array...
Yuki Kimoto authored on 2011-04-04
43
    - change retern value to array refrence of EXPERIMENTAL replace()
added environment variable D...
Yuki Kimoto authored on 2011-04-02
44
0,1671
45
    - added environment variable DBIX_CUSTOM_DEBUG
removed EXPERIMETNAL select(...
Yuki Kimoto authored on 2011-04-01
46
0.1670
cleanup
Yuki Kimoto authored on 2011-04-01
47
    - removed EXPERIMETNAL select() column hash option. it's a little complex.
added EXPERIMENTAL replace()...
Yuki Kimoto authored on 2011-04-01
48
    - added EXPERIMENTAL select() param option.
49
    - added EXPERIMENTAL replace().
removed EXPERIMETNAL select(...
Yuki Kimoto authored on 2011-04-01
50
0.1669
- renamed update_param to up...
Yuki Kimoto authored on 2011-03-30
51
    - renamed update_param to update_param_tag, update_param is DEPRECATED!
52
    - renamed insert_param to insert_param_tag, insert_param is DEPRECATED!
removed EXPERIMETNAL select(...
Yuki Kimoto authored on 2011-04-01
53
0.1668
54
    - added EXPERIMENTAL update_param no_set option.
added EXPERIMENTAL reserved_...
Yuki Kimoto authored on 2011-03-30
55
    - added EXPERIMENTAL reserved_word_quote attribute.
removed from cache() and cac...
Yuki Kimoto authored on 2011-03-29
56
0.1666
57
    - removed from cache() and cache_method() document for a while and cache() value
58
      become 0 because I find something bug.
create_model() return model
Yuki Kimoto authored on 2011-03-29
59
    - create_model() return model.
adeed EXPERIMENTAL DBIx::Cus...
Yuki Kimoto authored on 2011-03-29
60
    - added document of hash filter
61
    - adeed EXPERIMENTAL DBIx::Custom::Model method()
removed EXPERIMETNAL flag fr...
Yuki Kimoto authored on 2011-03-25
62
0.1665
63
    - removed EXPERIMETNAL flag from insert_at(), update_at(), delete_at(), select_at(), insert_param(), not_exists(), select()'s query option, update_param(), where, table tag, each column, safety_character, DBIx::Where, where().
64
    - added EXPERIMETNAL create_model()
where can recieve array refr...
Yuki Kimoto authored on 2011-03-24
65
0.1664
66
    - where can recieve array refrence, which contains where cluase and paramter.
cleanup
Yuki Kimoto authored on 2011-03-21
67
0.1663
- added EXPERIMENTAL type() ...
Yuki Kimoto authored on 2011-03-21
68
    - added EXPERIMENTAL type() attribute to DBIx::Custom::Model
69
    - added EXPERIMENTAL bind_param_option can set bind_param option
cleanup
Yuki Kimoto authored on 2011-03-21
70
      to insert(), update(), delete(), select(), insert_at(),
71
      update_at(), delete_at(), select_at(), delete_all(), update_all()
72
0.1662
73
    - removed EXPERIMENTAL DBIx::Custom::Model column_clause
74
    - added EXPERIMENTAL column()
75
    - added EXPERIMENTAL mycolumn()
- added EXPERIMENTAL DBIx::C...
Yuki Kimoto authored on 2011-03-15
76
0.1661
77
    - added EXPERIMENTAL DBIx::Custom::Model table_alias attribute
78
    - added EXPERIMENTAL DBIx::Custom::Model mycolumn()
79
    - added EXPERIMENTAL DBIx::Custom::Model column()
80
    - fixed autoloading bug
81
    - added EXPERIMETNAL select() prepend table option
82
    - added EXPERIMETNAL select() column table option
83
    - added EXPERIMETNAL select() column all option
84
    - removed EXPERIMETNAL select() all_column option
85
    - removed EXPERIMENTAL view()
update pod
Yuki Kimoto authored on 2011-03-13
86
0.1660
- added EXPERIMENTAL DBIx::C...
Yuki Kimoto authored on 2011-03-14
87
    - added EXPERIMENTAL DBIx::Custom::Model view()
88
    - added EXPERIMENTAL view()
89
    - DBIx::Custom::Model inherit DBIx::Custom
90
    - removed EXPERIMETNAL DBIx::Custom::Model method()
91
    - added table choice feature to select() EXPERIMENTAL all_column option 
92
    - removed EXPERIMENTAL DBIx::Custom::Model column attribute for side effect
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
93
0.1659
EXPERIMETAL fork safety impl...
Yuki Kimoto authored on 2011-03-12
94
    - EXPERIMETAL fork safety implementaion.
update pod
Yuki Kimoto authored on 2011-03-12
95
    - removed EXPERIMENTAL selection
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
96
    - added select() all_column option
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-03-11
97
0.1658
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
98
    - added EXPERIMENTAL DBIx::Custom::Model column() prefix option.
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-03-11
99
    - fixed select_at join column invalid bug
100
    - added DBIx::Custom::Model column() attribute 
- remaned experimental safty...
Yuki Kimoto authored on 2011-03-10
101
0.1657
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
102
    - remaned EXPERIMENTAL safty_charcter to safty_name
- remaned experimental safty...
Yuki Kimoto authored on 2011-03-10
103
    - safty_charcter is changed, set only one character regex.
fixed some select() join opi...
Yuki Kimoto authored on 2011-03-09
104
0.1656
105
    - fixed some select() join opition bug
remove experimental DBIx::Cu...
Yuki Kimoto authored on 2011-03-08
106
0.1655
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
107
    - added EXPERIMENTAL DBIx::Custom::Model join attribute
108
    - added EXPERIMENTAL select() join option
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-03-08
109
    - deprecated select() relation option
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
110
    - added EXPERIMENTAL update_param and insert_param
111
    - remove EXPERIMENTAL DBIx::Custom::Model relation
remove experimental DBIx::Cu...
Yuki Kimoto authored on 2011-03-08
112
0.1654
selection can contain where ...
Yuki Kimoto authored on 2011-03-06
113
    - selection can contain where clause.
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-02-28
114
0.1653
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
115
    - added EXPERIMENTAL DBIx::Custom::Result remove_filter()
116
    - added EXPERIMENTAL DBIx::Custom::Result remove_end_filter()
117
    - added EXPERIMENTAL DBIx::Custom::Model insert_at()
118
    - added EXPERIMENTAL insert_at()
- added experimental DBIx::C...
Yuki Kimoto authored on 2011-02-28
119
    - improved error message
120
0.1652
121
    - all filter can receive array reference and receiving hash reference is DEPRECATED!
add experimental DBIx::Custo...
Yuki Kimoto authored on 2011-02-24
122
0.1651
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
123
    - add EXPERIMENTAL DBIx::Custom::Model filter attribute.
add experimental DBIx::Custo...
Yuki Kimoto authored on 2011-02-24
124
0.1650
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
125
    - add EXPERIMENTAL DBIx::Custom::Model name() attribute
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
126
0.1649
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
127
    - add EXPERIMENTAL DBIx::Custom::Model column_clause() method.
select method column option ...
Yuki Kimoto authored on 2011-02-22
128
    - select method column option can receive string.
cleanup
Yuki Kimoto authored on 2011-02-22
129
    - DBIx::Custom::Model select() and select_at() think about relation attirbute
add models() attribute
Yuki Kimoto authored on 2011-02-21
130
0.1648
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
131
    - add EXPERIMENTAL DBIx::Custom::Model relation() attribute
132
    - add EXPERIMENTAL update_at(), delete_at(), select_at()
133
    - add EXPERIMENTAL setup_model()
134
    - add EXPERIMENTAL DBIx::Custom::Model columns attirbute
135
    - add EXPERIMENTAL DBIx::Custom::Model foreign_key() attribute 
136
    - add EXPERIMENTAL models() attribute
add default_dbi_option()
Yuki Kimoto authored on 2011-02-19
137
0.1647
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
138
    - add default_dbi_option()
add feture. all model class ...
Yuki Kimoto authored on 2011-02-18
139
0.1646
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
140
    - add feture. all model class in namespace is included by include_model
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
141
    - rename EXPERIMENTAL include_table to include_model
142
    - rename EXPERIMENTAL table to model
143
    - rename EXPERIMENTAL DBIx::Custom::Table to DBIx::Custom::Model
144
    - remame EXPERIMENTAL DBIx::Custom::Table::name() to DBIx::Custom::Model::table();
removed experimental base_ta...
Yuki Kimoto authored on 2011-02-15
145
0.1645
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
146
    - removed EXPERIMENTAL base_table() for class expandability.
147
    - EXPERIMENTAL table() can't set table object any more.
148
    - added EXPERIMENTAL include_table().
update pod
Yuki Kimoto authored on 2011-02-11
149
0.1644
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
150
    - update pod
cleanup
Yuki Kimoto authored on 2011-02-09
151
0.1643
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
152
    - add EXPERIMENTAL selection option to select()
153
    - add EXPERIMENTAL table tag
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
154
    - fix bug : filter can't overwirite undef value.
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
155
    - add EXPERIMENTAL feature to apply_filter(). you can apply end filter.
156
    - add EXPERIMENTAL feature to apply_filter(). TABLE__COLUMN is filterded now.
cleanup
Yuki Kimoto authored on 2011-02-09
157
0.1642
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
158
    - removed EXPERIMENTAL DBIx::Custom::Table base() method
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
159
    - table created by tabled method can call base_$method correponding to base_table's one
select() where can't receive...
Yuki Kimoto authored on 2011-01-27
160
0.1641
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
161
    - select() where can't receive array reference to prevend SQL injection easily(not backward compatible. sorry. use where() instead)
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
162
    - added EXPERIMENTAL safety_column_name attribute
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
163
    - fix SQL injection security hole about column name
autoload DBI method
Yuki Kimoto authored on 2011-01-26
164
0.1640
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
165
    - autoload DBI method
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
166
    - removed EXPERIMENTAL expand
added experimental not_exist...
Yuki Kimoto authored on 2011-01-26
167
0.1639
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
168
    - improved delete() and update() where option. you can use DBIx::Custom::Where object
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
169
    - added EXPERIMENTAL not_exists()
renamed experimental DBIx::C...
Yuki Kimoto authored on 2011-01-25
170
0.1638
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
171
    - table object call dbi object method if not found method.
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
172
    - added EXPERIMENTAL base_table attribute and removed EXPERIMENTAL table_class attribute
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
173
    - renamed helper to method.
added select() all_column op...
Yuki Kimoto authored on 2011-03-12
174
    - added EXPERIMENTAL DBIx::Custom::Result::stash()
175
    - renamed EXPERIMENTAL DBIx::Custom::Table helper to method
renamed dbi_options to dbi_o...
Yuki Kimoto authored on 2011-01-23
176
0.1637
DBIx::Custom::Model select()...
Yuki Kimoto authored on 2011-02-22
177
    - renamed dbi_options to dbi_option. dbi_options is available, but deprecated.
178
    - renamed DBIx::Custom::TagProcessor to DBIx::Custom::Tag, and function names is cleanuped.
179
    - renamed register_tag_processor to register_tag. register_tag_processor is available, but deprecated.
- select() column option can...
Yuki Kimoto authored on 2011-06-07
180
    - renamed tag_processors to tags. tag_prosessors is available, but deprecated