Roland Bock
32dee26d1a
Rename remove to delete and add serialize tests
...
Using the verb "remove" instead of "delete" was an early decision because
delete is a keyword and might lead to confusion.
Today, I think that it should be renamed to be as close to SQL as possible.
2024-10-06 10:39:40 +02:00
Roland Bock
8caea01d0a
Reorganized join and added a first set of serialize tests
2024-08-25 10:47:59 +02:00
Roland Bock
843e39b3d0
more tests and more clarity for aggregates
2024-08-15 18:33:18 +02:00
Roland Bock
b0ac371cea
Add alias to aggregate functions
2024-08-04 16:40:47 +02:00
Roland Bock
2b7b568c49
Continue fixing tests
2024-07-27 13:15:56 +02:00
Roland Bock
700c263f90
Introduce dynamic
...
This allows to select columns dynamically
2024-07-18 07:38:45 +02:00
Roland Bock
61030742b3
Removing more instances of wrap_operand
2024-07-14 12:42:02 +02:00
Roland Bock
c2c5f15690
Add basic serialize functions and start documenting differences
2024-07-13 13:39:36 +02:00
Roland Bock
ac9d0b4417
Update the documentation for NULL #568
2024-04-13 08:56:57 +02:00
Roland Bock
75ce4f7b35
Update Select.md
...
Added missing where conditions and documented `.unconditionally`
2024-04-07 10:10:05 +02:00
Roland Bock
5c673603c3
Showcase alias of column name in sub-select, see #542
2023-11-18 12:46:13 +01:00
MeanSquaredError
7f04435576
Connection pools documentation and example ( #533 )
...
* Add an example of using a connection pool.
* Add documentation about the connection pools. Expand the documentation about multi-threading issues.
2023-10-03 09:45:21 +02:00
Orange Cheers
b548cdc72d
Fix typo. ( #505 )
2023-07-25 06:51:33 +02:00
Roland Bock
052c8a9e3c
Fix typo.
2022-03-13 11:22:10 +01:00
linrongbin16
23ae65dd67
add Dynamic-Insert.md ( #413 )
...
Add Dynamic-Insert.md
2022-01-11 07:31:24 +01:00
Roland Bock
7d74b1d1a6
Add a few words about Thread Safety.
2022-01-08 18:52:34 +01:00
Roland Bock
027223c515
Add basic documentation for transactions
2022-01-08 18:03:22 +01:00
linrongbin16
eb48909721
add example code for count(1)
in Functions.md ( #412 )
...
* add doc for `count(1)`
2022-01-08 16:13:36 +01:00
Roland Bock
9b8463b1f6
Update Home.md
2021-12-31 17:12:14 +01:00
Roland Bock
db969e9886
Update Database.md
2021-12-31 17:11:18 +01:00
Roland Bock
b1b28715fe
Update Tables.md
...
Remove some fluff about code structure of tables.
2021-12-31 17:09:28 +01:00
Roland Bock
a9cd886139
Update Database.md
...
Replace outdated doc, partially addressing #404 .
2021-12-31 16:54:38 +01:00
Roland Bock
34a8f34821
Remove multi_column.
...
While a nice feature in theory, this was extremely rarely used
and added quite a bit of complexity to the code.
2021-07-30 21:05:36 +02:00
Roland Bock
4178942015
Document multi_insert for time_point columns ( #367 )
2021-06-13 07:55:22 +02:00
Farook Al-Sammarraie
993ddcc049
Created docs directory ( #364 )
...
Copied wiki into docs directory
This allows developers to open pull requests to edit documentation and also use mkdocs to create a styled HTML version
* changed wiki links to relative links
* removed Planned-Features.md
* removed reference to planned features in Home.md
2021-05-09 09:01:22 +02:00