Mike Bayer
19a786a751
update to types doc
...
commented out 'tutorial' from docuemnt_base until its complete
float extends numeric type
2006-03-25 15:25:29 +00:00
Mike Bayer
43dd06381c
added Mapper class to the docstrings
2006-03-22 15:39:57 +00:00
Mike Bayer
9f560d1b4c
added some references to selectfirst
2006-03-22 15:33:26 +00:00
Mike Bayer
76c1e2dc92
edits...
2006-03-17 06:20:24 +00:00
Mike Bayer
4703e63ef8
making the verbiage a little more formal...(its good stuff, just not sure what I want yet)
2006-03-17 06:11:34 +00:00
Mike Bayer
53527a8a07
fixes to function/property formatting
2006-03-17 01:01:34 +00:00
Mike Bayer
0fb425ac1f
added txt2myt.py to the genhtml/runhtml scripts, added exception if required modules arent found.
...
edited tutorial.txt, added particles, etc.
added clue that firebird might be supported to dbengine.myt
2006-03-16 19:08:35 +00:00
Alexey Shamrin
33e30aacc3
Tutorial draft (not finished) and documentation framework improvements
...
* a first step to a new documentation framework, using Markdown syntax, with
some extensions (detailed in txt2myt.py docstrings):
* `rel:something` for internal links
* `{@name=something}` to override default header names (used when linking)
* `{python}` to force code block to use Python syntax highlighting (not
needed when using examples with `>>>` prompt)
* txt2myt.py -- converter from .txt to .myt
* a draft of tutorial.txt, which uses new syntax
* testdocs.py -- check examples in documentation using doctest (currently only
in tutorial.txt)
2006-03-15 13:39:11 +00:00
Mike Bayer
fc43d50cec
formatting...
2006-03-14 16:49:15 +00:00
Mike Bayer
c081749aa6
more notes, docs
2006-03-13 17:32:13 +00:00
Mike Bayer
c5bc99b8cb
tweak
2006-03-13 17:18:03 +00:00
Mike Bayer
ae15f93f8d
added scalar subqueries within the column clause of another select
2006-03-13 17:16:52 +00:00
Alexey Shamrin
1e5495943b
Minor typo: encode and decode are methods.
2006-03-13 07:05:00 +00:00
Alexey Shamrin
eebf468b35
Fix typos, closing #89 , #91 , #92
2006-03-13 06:51:47 +00:00
Mike Bayer
c5e1abc7f7
refactor to Compiled.get_params() to return new ClauseParameters object, a more intelligent bind parameter dictionary that does type conversions late and preserves the unconverted value; used to fix mappers not comparing correct value in post-fetch [ticket:110]
...
removed pre_exec assertion from oracle/firebird regarding "check for sequence/primary key value"
fix to Unicode type to check for null, fixes [ticket:109]
create_engine() now uses genericized parameters; host/hostname, db/dbname/database, password/passwd, etc. for all engine connections
fix to select([func(column)]) so that it creates a FROM clause to the column's table, fixes [ticket:111]
doc updates for column defaults, indexes, connection pooling, engine params
unit tests for the above bugfixes
2006-03-13 00:24:54 +00:00
Mike Bayer
d333168e00
utf-8 encoding is switchable at the engine level, ticket [ticket:101]
2006-03-10 04:47:38 +00:00
Mike Bayer
5207bd4c52
fixed assocaition example
2006-03-09 15:54:44 +00:00
Mike Bayer
9c4f3c0480
got column onupdate working
...
improvement to Function so that they can more easily be called standalone without having to throw them into a select().
2006-03-05 20:31:44 +00:00
Mike Bayer
730d4c2fcb
mr. bangerts surprise paragraph rewrite demands strike again
2006-03-04 00:29:09 +00:00
Mike Bayer
2d47f5a0b9
unicode
2006-03-02 00:44:18 +00:00
Mike Bayer
cdfcf1ac6b
module fix
2006-03-02 00:42:26 +00:00
Mike Bayer
413dcdf0f4
engine argument on tables optional
...
test suite uses BaseProxyEngine as a base for the tester engine
documented global proxy engine
2006-03-02 00:38:16 +00:00
Mike Bayer
7e4d55686c
added convert_unicode flag to engine + unittest, does unicode in/out translation on all string/char values when set
2006-03-01 00:08:01 +00:00
Mike Bayer
85bb0b550c
doc update for post_update flag
2006-02-27 01:11:56 +00:00
Mike Bayer
aadd46c5fd
fixed many-to-many example, which was utterly incorrect in many ways
2006-02-26 00:04:43 +00:00
Mike Bayer
6811d3c852
made 'assign_mapper' doc more explicit
...
added doc for overriding properties
2006-02-20 16:34:02 +00:00
Mike Bayer
9c8336870a
some docstrings etc
2006-02-19 00:35:54 +00:00
Mike Bayer
f062c6f628
updating
2006-02-18 23:07:07 +00:00
Mike Bayer
0ba8530370
added new style of begin/commit which returns a tranactional object
2006-02-18 21:11:20 +00:00
Mike Bayer
af8037991f
tweak
2006-02-14 00:42:34 +00:00
Mike Bayer
d9e3b89ac3
some updates to UOW, fixes to all those relation() calls
2006-02-14 00:19:22 +00:00
Mike Bayer
4e3ca32ff8
more refactoring to session/UOW scope management...under construction !
2006-02-12 21:27:20 +00:00
Mike Bayer
388cb2db38
some tweaks to options, use_alias, live removed
2006-02-12 21:26:24 +00:00
Mike Bayer
5b799b4495
fix to manytomany
2006-02-11 16:33:09 +00:00
Mike Bayer
a2e8be3ad4
moved stylesheets into section_wrapper so that autohandler can be more easily replaced
...
(when used on the site)
2006-02-06 01:06:38 +00:00
Mike Bayer
49f8f0fe5d
added 'engine' to convert_result_value/convert_bind_param
2006-02-06 01:03:20 +00:00
Mike Bayer
d090510532
docs
2006-02-06 00:51:51 +00:00
Mike Bayer
9d3c5ce66e
added between(), column.label()
2006-02-05 23:45:26 +00:00
Mike Bayer
faeeb99a21
switched objectstore begin/commit behavior to do "reentrant counter"
2006-02-03 00:42:22 +00:00
Mike Bayer
6f7bd488b6
added doc for ProxyEngine
2006-02-01 23:31:15 +00:00
Mike Bayer
76bfc68872
dev on uow docs
2006-02-01 23:20:01 +00:00
Mike Bayer
865d947dc5
fixed code error
2006-01-31 02:15:16 +00:00
Mike Bayer
3a5409780d
starting uow doc....
2006-01-27 00:34:38 +00:00
Mike Bayer
e3bc2296a6
fix to inheritance example
2006-01-26 00:23:43 +00:00
Robert Leftwich
d986449ee4
Added column accessor to RowProxy, tests and note in documentation for same.
2006-01-25 01:07:26 +00:00
Mike Bayer
2808d04dd8
added explicit bind parameters and column type maps to text type
...
text type also parses :<string> into bind param objects
bind parameters convert their incoming type using engine.type_descriptor() methods
types.adapt_type() adjusted to not do extra work with incoming types, since the bind
param change will cause it to be called a lot more
added tests to new text type stuff, bind params, fixed some type tests
added basic docs for using text with binde params
2006-01-20 00:42:07 +00:00
Mike Bayer
e5dbc8118c
tabbing fix
2006-01-19 00:28:57 +00:00
Mike Bayer
4fc53bfa41
more whitespace
2006-01-18 06:56:23 +00:00
Mike Bayer
22789f24b1
whitespace wrangling
2006-01-18 06:50:16 +00:00
Mike Bayer
6e50667c01
fix
2006-01-18 06:13:31 +00:00