summaryrefslogtreecommitdiff
path: root/apscheduler/jobstores/sqlalchemy_store.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed RAMJobStore to MemoryJobStore; renamed all job store modules since we...Alex Grönholm2013-06-291-88/+0
* Changed line length limit from 79 characters to 120 and reformatted the code ...Alex Grönholm2013-03-031-7/+4
* Fixed SQLAlchemy 0.8 compatibilityAlex Grönholm2012-12-281-6/+9
* Fixed PEP 8 issuesAlex Grönholm2012-09-041-1/+2
* Removed the unique constraint from the name columnAlex Grönholm2011-07-091-1/+1
* Readded Scheduler.unschedule_func(), which now raises a KeyError when no matc...agronholm2011-04-111-1/+1
* Made ShelveJobStore store the state of the job, not the actual object and pre...agronholm2011-04-101-6/+11
* Added an optional Sequence to the table definition for Oracle/Firebird compat...agronholm2011-04-101-2/+4
* Replaced misfire actions with the coalesce optionagronholm2011-04-101-1/+1
* Disabled coverage checking for some hard-to-test blocksagronholm2011-04-031-1/+1
* Added misfire actions; Added more events; Reorganized events into their own m...agronholm2011-04-031-0/+1
* Harmonized the behavior of persistent job stores somewhat and added the close...agronholm2011-02-081-0/+3
* Added unified support for specifying the Pickle protocol version for persiste...agronholm2011-01-221-22/+26
* Dropped the use of SQLAlchemy ORM to prevent instrumentation of the Job classagronholm2010-12-131-43/+27
* Major design shift -- dropped clustering and stateful job support in favor of...agronholm2010-10-091-56/+30
* Return jobs as a list instead of tuple for consistency with other backends; d...agronholm2010-10-081-2/+3
* Don't make jobmetas transient before flushing the changesagronholm2010-09-061-2/+3
* Swapped positions of the "url" and "engine" argumentsagronholm2010-09-061-1/+1
* Renamed checkin_time to checkout_time for correctness; added the checkout_tim...agronholm2010-09-051-4/+4
* Removed JobMeta level max_runs and runs, those will be handled on the trigger...agronholm2010-08-101-10/+5
* Renamed the jobstore package to jobstores for consistency with "triggers"agronholm2010-08-051-0/+117