mssql
Here are 905 public repositories matching this topic...
-
Updated
Apr 3, 2020 - Go
Originally posted by @dimitri in https://github.com/dimitri/pgloader/timeline
That's good thinking, and I think that's relevant for another PR. The PR introducing the statistics singleton should also take care of the following bits of refactoring of the code:
- the singleton is named “state” as I initially though I would update the global state of the migration to be able to know
Hi, This isn't really a bug report. It's more in the category of a: 'got-me' report. :-)
In Linux I was trying to get this to work:
$ wine HeidiSQL_10.1.0.5464_Setup.exe
The install work ok up to when it tried to start the program, than it would say, "An error occured in the application, and print general properties and a call stack.
After I gave up trying, and decided the old
The problem faced currently?
docs specifies how to clear events_log table
by manually running queries
How can we solve it?
It would be better if user has a option in mission control to such as automatic cleaning
which will clean the failed records weekly or daily basis
If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features a
Upon SELECT queries, 'result.rowsAffected' returns number of rows returned. Needs documentation
When executing a query, the result
object has the rowsAffected
property. According to the documentation, it gives that information for INSERT/UPDATE/DELETE queries; but I can see that it also gives the number of rows returned by a SELECT query.
Can we be confident it will be that way always? If so, shouldn't the README be updated to reflect this behavior?
Thanks.
Extracted from #1961
There we defined those conversions for oracle to fix #1893. Same should be done for other providers with provider-specific types.
Basically we just need to register providertype to object mapping in mapping schema.
-
Updated
Jul 6, 2020 - JavaScript
We have a switch as [switch]$Enable
that should enable the login but it is not actually coded to do anything.
All that is needed would be logic around whether the parameter was passed in, within the process block would be sufficient: Test-Bound Enable
will return true if the parameter was properly passed into the function call.
If passed in then the login object has a Enable()
method t
-
Updated
May 29, 2020 - Go
Explain never shown
Quite often explain returns no results, i.e. we just see "# Executing... 1.5s" and no output/blank output pane.
In general v 1.0.0 seems to have more issues then older ones (0.18) - it has happened in the past (0.18) , but now much more often the view get saturated and only exit helps..
-
Updated
Feb 21, 2020 - C#
Currently returned results are represented as plain text.
When query results are selected and copied, then all NULL values are copied as "NULL" text instead of empty string.
Is it possible that returned results will behave more less like an excel sheet (ex. Excel Viewer by GrapeCity VSC extension).
Returned results records could be treated like cells not like plain text. Thanks that records
-
Updated
Dec 25, 2019 - Python
데모영상을 보니 DynamoDB의 프라이머리 키 명칭이 해쉬키라고 되어 있는데 혼란을 피하기 위해 명칭을 공식 문서와 동일하게 파티션 키로 하는게 어떨까 합니다.
Is your feature request related to a problem? Please describe.
In a team of several administrators, if someone adds a new FAQ in the administration, no one is alerted of this addition.
Describe the solution you'd like
Add a mail notification when adding a new FAQ from the admin backend, same as mail notification when adding a new FAQ from frontend.
-
Updated
Feb 13, 2020 - Python
Wildcard option for this would be cool, like
All tables
--dataTables %
Tables starting with "user"
--dataTables user%
File Input
--dataTables file=some_file.txt
And perhaps new option that could ignore some objects
-
Updated
Jul 4, 2020 - PHP
-
Updated
Apr 29, 2020 - C#
-
Updated
Feb 28, 2020 - Rust
https://rom-rb.org/4.0/learn/sql/associations/#overridding-associations-with-custom-views
See Combine keys vs join keys sub-section to learn more
Looks like a missing link. I couldn't find this section.
-
Updated
May 11, 2020 - Python
Improve this page
Add a description, image, and links to the mssql topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mssql topic, visit your repo's landing page and select "manage topics."
Issue Description
What was unclear/insufficient/not covered in the documentation
How to update and increment in one single query
If possible: Provide some suggestion on how we can enhance the docs
Add this to the docs.
Additional context
#7268
Issue Template Checklist