Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/ivanceras/old-rustorm
An ORM for rust
https://github.com/ivanceras/old-rustorm
fix r2d2 dependency
a06693dfeae790ff06462e1b0fa12dbf3164b02e authored over 9 years ago by ivanceras <[email protected]>
a06693dfeae790ff06462e1b0fa12dbf3164b02e authored over 9 years ago by ivanceras <[email protected]>
Added a contributors file to attribute contributions from fellow open source programmer
f7a0dc190910a62506aa3b2d690b2650968c52ba authored over 9 years ago by ivanceras <[email protected]>
f7a0dc190910a62506aa3b2d690b2650968c52ba authored over 9 years ago by ivanceras <[email protected]>
Fix tsqlite related examples and doc test, thanks to @contradictioned for pointing out the documentation was broken
3242d459a8a52e51f80bf099a0d7d05a2ee8ceab authored over 9 years ago by ivanceras <[email protected]>
3242d459a8a52e51f80bf099a0d7d05a2ee8ceab authored over 9 years ago by ivanceras <[email protected]>
Merge pull request #6 from contradictioned/fixDocumentation
added comment prefixes such that the documentation is built correctly
afbd65490a81fd5510b4ad45e74ebcd48ec415fd authored over 9 years ago by ivanceras <[email protected]>
fix sqlite path parsing, added db_type matching
c268fa3ee19322034f294020a517ce1fab04ce2c authored over 9 years ago by ivanceras <[email protected]>
c268fa3ee19322034f294020a517ce1fab04ce2c authored over 9 years ago by ivanceras <[email protected]>
added comment prefixes such that the documentation is built correctly
e2a00559b439c5db9a44922e186f05ed1d7771e2 authored over 9 years ago by Manuel Hoffmann <[email protected]>
e2a00559b439c5db9a44922e186f05ed1d7771e2 authored over 9 years ago by Manuel Hoffmann <[email protected]>
completed most of sqliet API's, TODO: need to refine the parsing of sqlite config
8a29a9eb29cb5709bb4a54e4cd0bb011728708b5 authored over 9 years ago by ivanceras <[email protected]>
8a29a9eb29cb5709bb4a54e4cd0bb011728708b5 authored over 9 years ago by ivanceras <[email protected]>
Add additional api to query
0bdf1496a711116504ad2fde1ff4ff1840b868af authored over 9 years ago by ivanceras <[email protected]>
0bdf1496a711116504ad2fde1ff4ff1840b868af authored over 9 years ago by ivanceras <[email protected]>
Adjust Database Trait for sqlite, get_table_comments is platform specific
f410c52d939ac0c35be6096f82eb71bae5738a5e authored over 9 years ago by ivanceras <[email protected]>
f410c52d939ac0c35be6096f82eb71bae5738a5e authored over 9 years ago by ivanceras <[email protected]>
Added sqlite implementation for DatabaseDev trait
e39cb3a3331e53a81de273f8018851382ff3b794 authored over 9 years ago by ivanceras <[email protected]>
e39cb3a3331e53a81de273f8018851382ff3b794 authored over 9 years ago by ivanceras <[email protected]>
fix test
7ea72a0047a9817cda742c358ea5fbf33bd2ee15 authored over 9 years ago by ivanceras <[email protected]>
7ea72a0047a9817cda742c358ea5fbf33bd2ee15 authored over 9 years ago by ivanceras <[email protected]>
Made initialization of ManagedPool a result
fc6432e059eb1127ffa5f0451df8bb7e1ac8fbd9 authored over 9 years ago by ivanceras <[email protected]>
fc6432e059eb1127ffa5f0451df8bb7e1ac8fbd9 authored over 9 years ago by ivanceras <[email protected]>
Made sqlite as optional dependency
7b4ac672f953f1c59722d9ab6c764d1f1cf608f3 authored over 9 years ago by ivanceras <[email protected]>
7b4ac672f953f1c59722d9ab6c764d1f1cf608f3 authored over 9 years ago by ivanceras <[email protected]>
Releasing 0.1.1
ce2dc2cd9d01b643d4c2a8f2f759978d38d9d953 authored over 9 years ago by ivanceras <[email protected]>
ce2dc2cd9d01b643d4c2a8f2f759978d38d9d953 authored over 9 years ago by ivanceras <[email protected]>
make some api pub
98a43e7b040516a856d276de1a93e097693716f3 authored over 9 years ago by ivanceras <[email protected]>
98a43e7b040516a856d276de1a93e097693716f3 authored over 9 years ago by ivanceras <[email protected]>
fix tests
ecf72d4dc2a1d3b2eff270f9300d0983fa1d3d41 authored over 9 years ago by ivanceras <[email protected]>
ecf72d4dc2a1d3b2eff270f9300d0983fa1d3d41 authored over 9 years ago by ivanceras <[email protected]>
Releasing 0.1.0 for rust
9ae1ccbe0eb79abce79244b564b08adcce025aed authored over 9 years ago by ivanceras <[email protected]>
9ae1ccbe0eb79abce79244b564b08adcce025aed authored over 9 years ago by ivanceras <[email protected]>
Add custom encoding in Dao, fix pub methods in table api
428b94e7093e94dcfa85d41f2c38cfd3b2ed3427 authored over 9 years ago by ivanceras <[email protected]>
428b94e7093e94dcfa85d41f2c38cfd3b2ed3427 authored over 9 years ago by ivanceras <[email protected]>
make LEFT JOIN shorter by not including OUTER keyword
374ab8ce4a2638db298fbfdf5de457963f646830 authored over 9 years ago by ivanceras <[email protected]>
374ab8ce4a2638db298fbfdf5de457963f646830 authored over 9 years ago by ivanceras <[email protected]>
Added ergonomic interface to the query
e5c686ad3b3436670261f18ee459ff8dc6897e2b authored over 9 years ago by ivanceras <[email protected]>
e5c686ad3b3436670261f18ee459ff8dc6897e2b authored over 9 years ago by ivanceras <[email protected]>
updated readme for the pretty SQL
a747bef8a0533bc56330b536b3c6e645c127cbab authored over 9 years ago by ivanceras <[email protected]>
a747bef8a0533bc56330b536b3c6e645c127cbab authored over 9 years ago by ivanceras <[email protected]>
Used river patter to generate a more readable SQL statements
bd7064200f6290980d0028fdafe88c6149fb1838 authored over 9 years ago by ivanceras <[email protected]>
bd7064200f6290980d0028fdafe88c6149fb1838 authored over 9 years ago by ivanceras <[email protected]>
Add support for views, generated as tables as well
1e41bff4aa203fa7b88daac5824c560dd8386f26 authored over 9 years ago by jcesar <[email protected]>
1e41bff4aa203fa7b88daac5824c560dd8386f26 authored over 9 years ago by jcesar <[email protected]>
updated registry
2a3176ec2358ec7fc675bc4e77f6b98336595b68 authored over 9 years ago by ivan ceras <[email protected]>
2a3176ec2358ec7fc675bc4e77f6b98336595b68 authored over 9 years ago by ivan ceras <[email protected]>
Preparing for 0.0.9 release
edd48cd9cc8de50214ac07dfbd876ef6288e569e authored over 9 years ago by ivan ceras <[email protected]>
edd48cd9cc8de50214ac07dfbd876ef6288e569e authored over 9 years ago by ivan ceras <[email protected]>
remove old examples
c8118d6f6af2e63bf46d6ee8330ac76c26fba8dd authored over 9 years ago by ivan ceras <[email protected]>
c8118d6f6af2e63bf46d6ee8330ac76c26fba8dd authored over 9 years ago by ivan ceras <[email protected]>
using MyPool for Mysql, reverting back &Database as immutable borrow, rather than a mutable borrow
141d49b96315082bf72fe766cc7db65bee96b9a2 authored over 9 years ago by ivan ceras <[email protected]>
141d49b96315082bf72fe766cc7db65bee96b9a2 authored over 9 years ago by ivan ceras <[email protected]>
initial revision for returning dao result instead of unwrapped values in the query
68072184fb43c3d72c3b05eeede6c12984b8ea20 authored over 9 years ago by ivan ceras <[email protected]>
68072184fb43c3d72c3b05eeede6c12984b8ea20 authored over 9 years ago by ivan ceras <[email protected]>
building queries doesn't have to borrow mutable Database
afebe2a788d3b94476466fa5f6bdaca7b45a812c authored over 9 years ago by jcesar <[email protected]>
afebe2a788d3b94476466fa5f6bdaca7b45a812c authored over 9 years ago by jcesar <[email protected]>
fixed examples
0d5a712ef8285e9cdb8a223a5854cdea0e8af668 authored over 9 years ago by jcesar <[email protected]>
0d5a712ef8285e9cdb8a223a5854cdea0e8af668 authored over 9 years ago by jcesar <[email protected]>
make r2d2_sqlite dependent to the released crate
cdd00cb7b51b824275d7e519b0151b2dd463d612 authored over 9 years ago by jcesar <[email protected]>
cdd00cb7b51b824275d7e519b0151b2dd463d612 authored over 9 years ago by jcesar <[email protected]>
Added examples for sqlite
1fd588b587bd3c617ba7a7d4265e8c05555d0fd1 authored over 9 years ago by jcesar <[email protected]>
1fd588b587bd3c617ba7a7d4265e8c05555d0fd1 authored over 9 years ago by jcesar <[email protected]>
changed as_ref_mut to as_mut in Platform api
d4d6083f47c88a3c1aa0442ab8ca24f760a71882 authored over 9 years ago by jcesar <[email protected]>
d4d6083f47c88a3c1aa0442ab8ca24f760a71882 authored over 9 years ago by jcesar <[email protected]>
Add my name to the license
bf39e0bed0ff178fdaa7e7d84dc27ceeaa492446 authored over 9 years ago by jcesar <[email protected]>
bf39e0bed0ff178fdaa7e7d84dc27ceeaa492446 authored over 9 years ago by jcesar <[email protected]>
modified sqlite connection pooling to use r2d2-sqlite library
cdf02cd5335f4ed060e7389fe4b9c2644c49e91a authored over 9 years ago by jcesar <[email protected]>
cdf02cd5335f4ed060e7389fe4b9c2644c49e91a authored over 9 years ago by jcesar <[email protected]>
preparing release 0.0.8
e964a3295c6d236f09966542d444d6f067bbf522 authored over 9 years ago by ivan ceras <[email protected]>
e964a3295c6d236f09966542d444d6f067bbf522 authored over 9 years ago by ivan ceras <[email protected]>
todo's
9139bffa6e1953cb3f40228cc5ab828229805dcf authored over 9 years ago by jcesar <[email protected]>
9139bffa6e1953cb3f40228cc5ab828229805dcf authored over 9 years ago by jcesar <[email protected]>
updated readme for mysql support
30177027122e91ce33c89dca0c7f7162c7f9dad6 authored over 9 years ago by jcesar <[email protected]>
30177027122e91ce33c89dca0c7f7162c7f9dad6 authored over 9 years ago by jcesar <[email protected]>
merged Fiedzia initial mysql support, added examples for mysql
d21997b4f8419b89bcccd90caf48c35aff64cf23 authored over 9 years ago by jcesar <[email protected]>
d21997b4f8419b89bcccd90caf48c35aff64cf23 authored over 9 years ago by jcesar <[email protected]>
Added Filter instantiation functionality
29b2ccee88dca51795511fcdeeb1c60e3394a814 authored over 9 years ago by ivan ceras <[email protected]>
29b2ccee88dca51795511fcdeeb1c60e3394a814 authored over 9 years ago by ivan ceras <[email protected]>
fix test and example usage in lib
63f835ac6383874d854316cfdee86aebd41bc411 authored over 9 years ago by ivan ceras <[email protected]>
63f835ac6383874d854316cfdee86aebd41bc411 authored over 9 years ago by ivan ceras <[email protected]>
added a custom implementation of Dao encoding to json, to get rid of field
6d7844dc7d3b19ea4c04180e755e1b2be0e776b6 authored over 9 years ago by ivan ceras <[email protected]>
6d7844dc7d3b19ea4c04180e755e1b2be0e776b6 authored over 9 years ago by ivan ceras <[email protected]>
updated readme with the examples linked
53514d6c60241afc43785110b7eda1722704fc6c authored over 9 years ago by ivan ceras <[email protected]>
53514d6c60241afc43785110b7eda1722704fc6c authored over 9 years ago by ivan ceras <[email protected]>
added link for codegenerator in readme
e88aa8a9a9ba9957fd43419009ba2df04dac78d1 authored over 9 years ago by ivan ceras <[email protected]>
e88aa8a9a9ba9957fd43419009ba2df04dac78d1 authored over 9 years ago by ivan ceras <[email protected]>
Added to_dao trait for conversion code generator of IsDao
c92f23571e599a497e2ba542ecd995a952413fa7 authored over 9 years ago by ivan ceras <[email protected]>
c92f23571e599a497e2ba542ecd995a952413fa7 authored over 9 years ago by ivan ceras <[email protected]>
made a seperate interface for retrieving only applicable referenced table
b0ad55c8a709c48349e2e8fd30a52608a07b5663 authored over 9 years ago by jcesar <[email protected]>
b0ad55c8a709c48349e2e8fd30a52608a07b5663 authored over 9 years ago by jcesar <[email protected]>
remove parent table as a referenced from an extension table
59b5bd1e4e60f8866f4148cfbbd9acc9d4cd7276 authored over 9 years ago by jcesar <[email protected]>
59b5bd1e4e60f8866f4148cfbbd9acc9d4cd7276 authored over 9 years ago by jcesar <[email protected]>
fixed examples
5f5d13e59f0c2961ca7304abba445f642b6f288b authored over 9 years ago by jcesar <[email protected]>
5f5d13e59f0c2961ca7304abba445f642b6f288b authored over 9 years ago by jcesar <[email protected]>
added handling of non null columns, values that is null in these columns will not be casted
60eae1bdc35a0da8143f6925da9152de4cc3c1ff authored over 9 years ago by jcesar <[email protected]>
60eae1bdc35a0da8143f6925da9152de4cc3c1ff authored over 9 years ago by jcesar <[email protected]>
added handling of conflicting columns to rename it automatically
209885e4e38b4a5184f2ee54ddf6a7695544ba7d authored over 9 years ago by jcesar <[email protected]>
209885e4e38b4a5184f2ee54ddf6a7695544ba7d authored over 9 years ago by jcesar <[email protected]>
update examples in readme
57ab8453b60258f6f9787d69ce0f96c68a267581 authored over 9 years ago by ivan ceras <[email protected]>
57ab8453b60258f6f9787d69ce0f96c68a267581 authored over 9 years ago by ivan ceras <[email protected]>
use https in rust doc
7e03d225d84a6005d8f4e63076c9769a5515b109 authored over 9 years ago by jcesar <[email protected]>
7e03d225d84a6005d8f4e63076c9769a5515b109 authored over 9 years ago by jcesar <[email protected]>
published 0.0.7
1b8c064c7078688fab3cc607d3bd42a81c01dd30 authored over 9 years ago by jcesar <[email protected]>
1b8c064c7078688fab3cc607d3bd42a81c01dd30 authored over 9 years ago by jcesar <[email protected]>
preparing for 0.0.7 release
70e384ac337db08f4a2d30eff4096b17573fb9fe authored over 9 years ago by jcesar <[email protected]>
70e384ac337db08f4a2d30eff4096b17573fb9fe authored over 9 years ago by jcesar <[email protected]>
refactored manage_pool into Pool
0ede97b4de11c600d2ae9994ef02d5c73180d35a authored over 9 years ago by jcesar <[email protected]>
0ede97b4de11c600d2ae9994ef02d5c73180d35a authored over 9 years ago by jcesar <[email protected]>
starting to decomission own implementation of database pool, use r2d2
78a0c66256df2f1dc3781212f7a6c3c84d6ce2be authored over 9 years ago by jcesar <[email protected]>
78a0c66256df2f1dc3781212f7a6c3c84d6ce2be authored over 9 years ago by jcesar <[email protected]>
also modified readme
0b7cf65acd39309edc6d6b282ee1e64426348b35 authored over 9 years ago by ivan ceras <[email protected]>
0b7cf65acd39309edc6d6b282ee1e64426348b35 authored over 9 years ago by ivan ceras <[email protected]>
change get_db_with_url to from_url, it is more ergonomic
63a226bade3334d8a21d4d1f3d9e8c58414bb5bf authored over 9 years ago by ivan ceras <[email protected]>
63a226bade3334d8a21d4d1f3d9e8c58414bb5bf authored over 9 years ago by ivan ceras <[email protected]>
changed enumerate_column to just column, for a more ergonomic shorter api call
7adc1ea2ec72bc91f24a18d196478c03bee97679 authored over 9 years ago by ivan ceras <[email protected]>
7adc1ea2ec72bc91f24a18d196478c03bee97679 authored over 9 years ago by ivan ceras <[email protected]>
implemeted a working sqlite platform, refactored the database module, promoted postgresql methods as default implementation in the database
2a60899f09eb7613832f2a4de903cca93c69d6e1 authored over 9 years ago by jcesar <[email protected]>
2a60899f09eb7613832f2a4de903cca93c69d6e1 authored over 9 years ago by jcesar <[email protected]>
fix tests and examples
494d95254f88fd3f253c471d59ef8793c374a0db authored over 9 years ago by jcesar <[email protected]>
494d95254f88fd3f253c471d59ef8793c374a0db authored over 9 years ago by jcesar <[email protected]>
decoupled pool away from database trait
1df1694361412c3062a3ba5ba93552e5f22132d4 authored over 9 years ago by jcesar <[email protected]>
1df1694361412c3062a3ba5ba93552e5f22132d4 authored over 9 years ago by jcesar <[email protected]>
refactored DbConfig out of database module, added special case for sqlite:memory:
100828564a7ff5b2a383736f8c13eef47642c075 authored over 9 years ago by jcesar <[email protected]>
100828564a7ff5b2a383736f8c13eef47642c075 authored over 9 years ago by jcesar <[email protected]>
fix methods in examples
0be922056d49a36e4991b70f7a75192bd65dfac1 authored over 9 years ago by jcesar <[email protected]>
0be922056d49a36e4991b70f7a75192bd65dfac1 authored over 9 years ago by jcesar <[email protected]>
renamed struct Type to Value where it make sense as values in Dao
d84ec245c3d29ad056644345164d0ce153e0307b authored over 9 years ago by jcesar <[email protected]>
d84ec245c3d29ad056644345164d0ce153e0307b authored over 9 years ago by jcesar <[email protected]>
fix examples
5f2b8c63ee88198fab8011bac7dd4e07377ebf68 authored over 9 years ago by ivan ceras <[email protected]>
5f2b8c63ee88198fab8011bac7dd4e07377ebf68 authored over 9 years ago by ivan ceras <[email protected]>
put back implementation of ToTableName to Table object
b0fa176cfd24799c60484015274799d239a6c79e authored over 9 years ago by ivan ceras <[email protected]>
b0fa176cfd24799c60484015274799d239a6c79e authored over 9 years ago by ivan ceras <[email protected]>
complete decoupled codegen, started initial support for sqlite
195e2044e20cfdae4e75498c81bed32e306d2856 authored over 9 years ago by ivan ceras <[email protected]>
195e2044e20cfdae4e75498c81bed32e306d2856 authored over 9 years ago by ivan ceras <[email protected]>
preparing release 0.0.6
7715392d43726e18808d63c0290cd76e671dbc5b authored over 9 years ago by ivan ceras <[email protected]>
7715392d43726e18808d63c0290cd76e671dbc5b authored over 9 years ago by ivan ceras <[email protected]>
updated readme to current API
7ccee50e80aaf53bbe5644e54b70a8059d52c3dc authored over 9 years ago by ivan ceras <[email protected]>
7ccee50e80aaf53bbe5644e54b70a8059d52c3dc authored over 9 years ago by ivan ceras <[email protected]>
updated readme to the latest version
10b66ff6102f61173bd1e84b08bf433f9a3014f2 authored over 9 years ago by ivan ceras <[email protected]>
10b66ff6102f61173bd1e84b08bf433f9a3014f2 authored over 9 years ago by ivan ceras <[email protected]>
fix setup script:
cfbb1270d1edab56e6598eb815ebeea69687f17f authored over 9 years ago by ivan ceras <[email protected]>
cfbb1270d1edab56e6598eb815ebeea69687f17f authored over 9 years ago by ivan ceras <[email protected]>
change password of postgresql
bd4279e1d3baa92ccbfd70af12b89941e8986c50 authored over 9 years ago by ivan ceras <[email protected]>
bd4279e1d3baa92ccbfd70af12b89941e8986c50 authored over 9 years ago by ivan ceras <[email protected]>
remove password prompt on test
671ac468eb8e19d3d3fe39ca5c320f2c7172a330 authored over 9 years ago by ivan ceras <[email protected]>
671ac468eb8e19d3d3fe39ca5c320f2c7172a330 authored over 9 years ago by ivan ceras <[email protected]>
fix typo
c990142ef95d186a854648e575aa7ba76621b410 authored over 9 years ago by ivan ceras <[email protected]>
c990142ef95d186a854648e575aa7ba76621b410 authored over 9 years ago by ivan ceras <[email protected]>
Adding postgresql in the test
e5c11c8c3eb4b00aa2c5899573a2d99a797bb1f9 authored over 9 years ago by ivan ceras <[email protected]>
e5c11c8c3eb4b00aa2c5899573a2d99a797bb1f9 authored over 9 years ago by ivan ceras <[email protected]>
remove test errors
629205a712b3d800c44eb9abed40f102a111fba0 authored over 9 years ago by ivan ceras <[email protected]>
629205a712b3d800c44eb9abed40f102a111fba0 authored over 9 years ago by ivan ceras <[email protected]>
removed old examples
ce8b201ff02efd776c8117e42a2b77b023c367ec authored over 9 years ago by ivan ceras <[email protected]>
ce8b201ff02efd776c8117e42a2b77b023c367ec authored over 9 years ago by ivan ceras <[email protected]>
refactor module db renmed to platform
e987aa056721070efe7b827569b06254e0526532 authored over 9 years ago by ivan ceras <[email protected]>
e987aa056721070efe7b827569b06254e0526532 authored over 9 years ago by ivan ceras <[email protected]>
Added ergonomic way in query api
ea495e12abd580585a590a92b76979b232172dd9 authored over 9 years ago by jcesar <[email protected]>
ea495e12abd580585a590a92b76979b232172dd9 authored over 9 years ago by jcesar <[email protected]>
About to refactor the connection pool
ea3fa6596319d20db62b969fef157926052a5900 authored over 9 years ago by ivan ceras <[email protected]>
ea3fa6596319d20db62b969fef157926052a5900 authored over 9 years ago by ivan ceras <[email protected]>
A working pooled connection
e4797601f37b68ffc5f69a9281c1c8b9638b3e5a authored over 9 years ago by ivan ceras <[email protected]>
e4797601f37b68ffc5f69a9281c1c8b9638b3e5a authored over 9 years ago by ivan ceras <[email protected]>
Added todo list
3d595ea56cb5a8cf03c2abd75a84d8671d13eebd authored over 9 years ago by ivan ceras <[email protected]>
3d595ea56cb5a8cf03c2abd75a84d8671d13eebd authored over 9 years ago by ivan ceras <[email protected]>
releasing version 0.0.5
0b5e37d58281c8442f8a55762abe7260783d1fdd authored over 9 years ago by ivan ceras <[email protected]>
0b5e37d58281c8442f8a55762abe7260783d1fdd authored over 9 years ago by ivan ceras <[email protected]>
updated readme
ddb7763e6fbcd8cceadc50775679791b12d4ba2c authored over 9 years ago by ivan ceras <[email protected]>
ddb7763e6fbcd8cceadc50775679791b12d4ba2c authored over 9 years ago by ivan ceras <[email protected]>
updated readme to conform to newer version
a60ce4a0e0ceb7081ecf40e0c20e98cc7e4ae23b authored over 9 years ago by ivan ceras <[email protected]>
a60ce4a0e0ceb7081ecf40e0c20e98cc7e4ae23b authored over 9 years ago by ivan ceras <[email protected]>
remove old examples
5402746d5cb2c3b1dd9968879bf61c003e48a2d0 authored over 9 years ago by ivan ceras <[email protected]>
5402746d5cb2c3b1dd9968879bf61c003e48a2d0 authored over 9 years ago by ivan ceras <[email protected]>
removed dev-dependency from bazaar
b68217d99f22cfa72d5e846318459041e709f553 authored over 9 years ago by ivan ceras <[email protected]>
b68217d99f22cfa72d5e846318459041e709f553 authored over 9 years ago by ivan ceras <[email protected]>
refactored examples for the api changes
758c5d8b16f5a5acd92c1be604ce0617e0cd3f1d authored over 9 years ago by ivan ceras <[email protected]>
758c5d8b16f5a5acd92c1be604ce0617e0cd3f1d authored over 9 years ago by ivan ceras <[email protected]>
Added formal tests
62c17cbf6074678930bc5d91b748ea4444380ab9 authored over 9 years ago by ivan ceras <[email protected]>
62c17cbf6074678930bc5d91b748ea4444380ab9 authored over 9 years ago by ivan ceras <[email protected]>
A huge bunch of improvements, some functionalities in em altered to make a terse way of composition
b29d71d8f7fce819da8bb3738faf8acc5119a6d9 authored over 9 years ago by ivan ceras <[email protected]>
b29d71d8f7fce819da8bb3738faf8acc5119a6d9 authored over 9 years ago by ivan ceras <[email protected]>
refactored condition in query, added database pool for pooling connections
ab36f01f039916c7c77c704e367457a922ef7241 authored over 9 years ago by ivan ceras <[email protected]>
ab36f01f039916c7c77c704e367457a922ef7241 authored over 9 years ago by ivan ceras <[email protected]>
added Condition struct for having, refactored filter to use condition
48e8f5ea6635d88f3f741a401d92d76752c29bec authored over 9 years ago by ivan ceras <[email protected]>
48e8f5ea6635d88f3f741a401d92d76752c29bec authored over 9 years ago by ivan ceras <[email protected]>
Added tests on separate tests folder for proper testing
3970c7b8f1d13fd67facaa9ee71da9194571f3cf authored over 9 years ago by ivan ceras <[email protected]>
3970c7b8f1d13fd67facaa9ee71da9194571f3cf authored over 9 years ago by ivan ceras <[email protected]>
find a way to supply arg as T:IsTable where you can call static functions from the Struct Type
f500eefc30f2ef6e546ad8c3f35f39084ef1a62c authored over 9 years ago by ivan ceras <[email protected]>
f500eefc30f2ef6e546ad8c3f35f39084ef1a62c authored over 9 years ago by ivan ceras <[email protected]>
a betterway of removing of unused_imports warning
2610a273282bbb95739414e97796802b67a8a10e authored over 9 years ago by jcesar <[email protected]>
2610a273282bbb95739414e97796802b67a8a10e authored over 9 years ago by jcesar <[email protected]>
remove warnings of non_upper_case_globals, dead_code and unused imports on generated modules/structs
284a401fed1194e29361b16c0d814b8487ea877d authored over 9 years ago by jcesar <[email protected]>
284a401fed1194e29361b16c0d814b8487ea877d authored over 9 years ago by jcesar <[email protected]>
Added generated static column names for simplifying column names typing in filters and joins
39d38fec0d8fa2a72fad434d31cad89e50f835d6 authored over 9 years ago by jcesar <[email protected]>
39d38fec0d8fa2a72fad434d31cad89e50f835d6 authored over 9 years ago by jcesar <[email protected]>
Releasing version 0.0.4
5657d84b394944486e3c7bb20cc57b0e3e3eadaf authored over 9 years ago by jcesar <[email protected]>
5657d84b394944486e3c7bb20cc57b0e3e3eadaf authored over 9 years ago by jcesar <[email protected]>
Insert and Select is now working pretty well
8d84c466ae61a3710d0a5e8fe7b7fd0e2f85c898 authored over 9 years ago by jcesar <[email protected]>
8d84c466ae61a3710d0a5e8fe7b7fd0e2f85c898 authored over 9 years ago by jcesar <[email protected]>