DBIx-Custom / Changes /
9d9eb51 14 years ago
1 contributor
138 lines | 4.603kb
  1. 0.1614
  2. removed DBIx::Custom::Query start_tag and end tag attributes
  3. enable escaping '{' and '}' in the source of SQL
  4. fixed Carp Carp trust relationship
  5. 0.1613
  6. added experimental register_method() method
  7. added experimental methods attribute
  8. 0.1612
  9. added tests
  10. updated document
  11. removed DBIx::Custom::SQLite last_insert_rawid() mehtod(not backword compatible)
  12. removed DBIx::Custom::MySQL last_insert_id() method(not backword compatible)
  13. 0.1611
  14. renamed update tag to update_param
  15. renamed insert tag to insert_param
  16. renamed sql_builder to query_builder
  17. 0.1610
  18. added filter_check attribute.
  19. 0.1609
  20. updated document.
  21. 0.1608
  22. update document
  23. renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
  24. 0.1607
  25. where argument of select() method can specify array(string, paramters)
  26. renamed build_query() to create_query()(not backword compatible)
  27. 0.1606
  28. fix testing bug
  29. 0.1605
  30. remove DBIx::Custom::QueryBuilder::tag_syntax() (not backword compatible)
  31. renamed DBIx::Custom::TagProcessor to DBIx::Custom::TagProcessors (not backword compatible)
  32. changed arguments of tag processor(not backword compatible)
  33. renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
  34. 0.1604
  35. changed argument of tag processor(not backword compatible)
  36. renamed default_query_filter to default_bind_filter(not backword compatible)
  37. renamed DBIx::Custom::SQLTemplate to DBIx::Custom::SQLBuilder(not backword compatible)
  38. renamed create_query to build_query(not backword compatible)
  39. renamed sql_template to sql_builder(not backword compatible)
  40. removed DESTROY method(not backword compatible)
  41. removed disconnect method(not backword compatible)
  42. fixed DBIx::Custom::MySQL connect_memory
  43. 0.1603
  44. removed DBIx::Custom commit method (not backword compatible)
  45. removed DBIx::Custom rollback method (not backword compatible)
  46. removed DBIx::Custom auto_commit method (not backword compatible)
  47. 0.1602
  48. added cache_method attribute
  49. 0.1601
  50. added cache attribute
  51. select, insert, update, update_all, delete, delete_all, execute only receive hash argument(not backword compatible)
  52. 0.1503
  53. removed reconnect method
  54. removed connected method
  55. removed reconnect_memroy method
  56. renamed fetch_single to fetch_first
  57. renamed fetch_hash_single to fetch_hash_first
  58. updated document
  59. 0.1502
  60. added commit method
  61. added rollback method
  62. changed select argument, added relation option
  63. moved host attribute to DBIx::Custom::MySQL
  64. moved port attribute to DBIx::Custom::MySQL
  65. moved database attribute to DBIx::Custom::MySQL and DBIx::Custom::SQLite
  66. 0.1501
  67. removed register_format()
  68. removed formats()
  69. removed run_transaction()
  70. removed create_table()
  71. removed drop_table()
  72. changed select() arguments
  73. changed insert() arguments
  74. changed update() arguments
  75. changed update_all() arguments
  76. changed delete() arguments
  77. changed delete_all() arguments
  78. changed execute() arguments
  79. 0.1402
  80. remove finish(), error()
  81. can receive code ref to filter()
  82. renamed resist to register
  83. 0.1401
  84. renamed fetch_rows to fetch_multi
  85. renamed fetch_hash_rows to fetch_hash_multi
  86. 0.1301
  87. Changed many(not backword compatible)
  88. 0.1201
  89. Changed many(not backword compatible)
  90. 0.1101
  91. rename DBIx::Custom::SQLite last_insert_id to last_insert_rowid
  92. 0.1001
  93. remove run_transaction().
  94. add transaction() and DBIx::Custom::Transaction
  95. rename fetch_first to fetch_single
  96. rename fetch_hash_first to fetch_hash_single
  97. 0.0906
  98. fix some bug
  99. 0.0905
  100. catch up with Object::Simple update
  101. 0.0904
  102. cleanup
  103. 0.0903
  104. catch up with Object::Simple update
  105. 0.0902
  106. cleanup
  107. 0.0901
  108. DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted
  109. 0.0801
  110. add 'create_table', 'drop_table' methods
  111. 0.0701
  112. rename sql_template to sql_tmpl (not backword compatible)
  113. rename dbi_options to options (not backword compatible)
  114. 0.0605
  115. fix encode_utf8 filter
  116. 0.0604
  117. fix timeformat tests
  118. 0.0603
  119. fix cache system bug
  120. 0.0602
  121. update document
  122. 0.0601
  123. bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
  124. fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
  125. run_transaction argument is changed to ($dbi)
  126. 0.0502
  127. update document
  128. 0.0501
  129. packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template
  130. 0.0401
  131. catch up with DBIx::Custom::Result version up
  132. 0.0301
  133. exchange filter argument 'key', 'value' (not backword compatible)
  134. 0.0201
  135. rename tranzaction to transaction
  136. add filter_off
  137. 0.0101
  138. First release